Merge pull request #7347 from Citadel-Station-13/kevinz000-patch-7

Removes the rest spam from spam- I mean, dance machine
This commit is contained in:
deathride58
2018-07-06 17:08:46 -04:00
committed by GitHub
+4 -4
View File
@@ -375,10 +375,10 @@
sleep(speed)
for(var/i in 1 to speed)
M.setDir(pick(GLOB.cardinals))
// update resting manually to avoid chat spam
for(var/mob/living/carbon/NS in rangers)
NS.resting = !NS.resting
NS.update_canmove()
// update resting manually to avoid chat spam CITADEL EDIT - NO MORE RESTSPAM
//for(var/mob/living/carbon/NS in rangers)
// NS.resting = !NS.resting
// NS.update_canmove()
time--
/obj/machinery/jukebox/disco/proc/dance5(var/mob/living/M)