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
@@ -16,7 +16,7 @@
return
if(isobserver(H) && !affect_ghosts)
return
if(!istype(H, /mob) && mobs_only)
if(!ismob(H) && mobs_only)
return
Trigger(H)
@@ -45,7 +45,7 @@
var/list/affecting = list()
/obj/effect/step_trigger/thrower/Trigger(atom/A)
if(!A || !istype(A, /atom/movable))
if(!A || !ismovableatom(A))
return
var/atom/movable/AM = A
var/curtiles = 0