Skip to content

Commit 3505eb8

Browse files
committed
Remove unnecessary -killlook
1 parent 09daa4a commit 3505eb8

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/population/mvm_whitecliff_event_rc2_exp_light_up_the_night.pop

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7924,7 +7924,6 @@ Real?
79247924
"turn to gold" 1
79257925
"is invisible" 1
79267926
"weapon never gib" 1
7927-
//"fire input on taunt" "stalker_death_relay^Trigger^0"
79287927
}
79297928
CharacterAttributes
79307929
{

scripts/vscripts/mvm_whitecliff_event_rc2_exp_light_up_the_night.nut

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ PrecacheSound("mvm/sentrybuster/mvm_sentrybuster_loop.wav")
168168
local hThinkEnt = SpawnEntityFromTable("info_target", { targetname = sName, spawnflags = 0x01 })
169169
SetPropBool(hThinkEnt, "m_bForcePurgeFixedupStrings", true)
170170

171-
local sParam = format("interrupt_action -posent %s -lookposent %s -killlook -waituntildone", sName, sName)
172-
//EntFireByHandle(self, "$BotCommand", sParam, 0.1, null, null)
171+
local sParam = format("interrupt_action -posent %s -lookposent %s -waituntildone", sName, sName)
173172
EntFireByHandle(self, "$BotCommand", sParam, 1, null, null)
174173

175174
hThinkEnt.ValidateScriptScope()

0 commit comments

Comments
 (0)