Remove 0.5s waiting before blinding/freezing seekers.
parent
d51e711b7a
commit
fb83115eeb
|
@ -582,8 +582,6 @@ handleSeeker() {
|
||||||
gameFlagWait("prematch_done");
|
gameFlagWait("prematch_done");
|
||||||
|
|
||||||
if (!gameFlag("seekers_released")) {
|
if (!gameFlag("seekers_released")) {
|
||||||
wait 0.5;
|
|
||||||
|
|
||||||
// Blind player if seekers weren't released yet
|
// Blind player if seekers weren't released yet
|
||||||
player playLocalSound(game["seekers_blind_sound"]);
|
player playLocalSound(game["seekers_blind_sound"]);
|
||||||
player VisionSetNakedForPlayer("blacktest", 0.1);
|
player VisionSetNakedForPlayer("blacktest", 0.1);
|
||||||
|
|
Loading…
Reference in New Issue