July 5th TG sync (#1883)

July 5th TG sync
This commit is contained in:
Poojawa
2017-07-05 22:14:19 -05:00
committed by GitHub
parent 454b9c3d68
commit b1b4826c0c
1264 changed files with 149689 additions and 570309 deletions
+2 -2
View File
@@ -104,7 +104,7 @@
// Existing sleepers
for(var/i in found)
var/mob/living/L = i
L.SetSleeping(10)
L.SetSleeping(200)
// Missing sleepers
for(var/i in sleepers - found)
@@ -192,7 +192,7 @@
// No climbing on the bar please
var/mob/living/M = AM
var/throwtarget = get_edge_target_turf(src, boot_dir)
M.Weaken(2)
M.Knockdown(40)
M.throw_at(throwtarget, 5, 1,src)
to_chat(M, "<span class='notice'>No climbing on the bar please.</span>")
else