From 0d47c6cbc868a18f5acb1d4beb15405d75f53342 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sun, 6 Jan 2013 04:06:19 +0000 Subject: [PATCH] - Added bright flags to the scripted marines' BFG and railgun attacks. SVN r4020 (trunk) --- wadsrc/static/actors/doom/scriptedmarine.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wadsrc/static/actors/doom/scriptedmarine.txt b/wadsrc/static/actors/doom/scriptedmarine.txt index 820499557e..f855fcc521 100644 --- a/wadsrc/static/actors/doom/scriptedmarine.txt +++ b/wadsrc/static/actors/doom/scriptedmarine.txt @@ -129,12 +129,12 @@ ACTOR ScriptedMarine 9100 native Goto See Missile.Railgun: PLAY E 4 A_M_CheckAttack - PLAY F 6 A_M_FireRailgun + PLAY F 6 BRIGHT A_M_FireRailgun Goto See Missile.BFG: PLAY E 5 A_M_BFGSound PLAY EEEEE 5 A_FaceTarget - PLAY F 6 A_M_FireBFG + PLAY F 6 BRIGHT A_M_FireBFG PLAY A 4 A_FaceTarget PLAY A 0 A_M_Refire Loop