Merge pull request #3 from Citadel-Station-13/master

sink
This commit is contained in:
Letter N
2018-07-07 21:59:28 +08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+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)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 19 KiB