[MIRROR] Removes some simple sleeps (#11527)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-29 14:49:16 -07:00
committed by GitHub
parent 794f2649b6
commit 8d29707485
11 changed files with 18 additions and 34 deletions

View File

@@ -187,9 +187,7 @@
if(enabled)
if(!attacked && !emagged)
attacked = TRUE
spawn()
sleep(60)
attacked = FALSE
VARSET_IN(src, attacked, FALSE, 6 SECONDS)
take_damage(damage)