Minor fixes for already checked scripts.

This commit is contained in:
JezuzLizard
2021-03-18 14:58:37 -07:00
parent 26c957ebed
commit 9c9a729150
7 changed files with 11 additions and 13 deletions

View File

@ -142,7 +142,7 @@ fan_trap_timeout() //checked does not match cerberus output did not change
n_duration = 0;
while ( n_duration < 25 )
{
wait 0,05;
wait 0.05;
n_duration += 0.05;
}
self.zombie_dmg_trig notify( "trap_finished_" + self.script_string );