warp whistle now respects notransform

This commit is contained in:
vuonojenmustaturska
2018-01-27 22:14:55 +02:00
parent 09fd96c057
commit b9c1932040
@@ -347,7 +347,7 @@
var/mob/living/carbon/last_user
/obj/item/warpwhistle/proc/interrupted(mob/living/carbon/user)
if(!user || QDELETED(src))
if(!user || QDELETED(src) || user.notransform)
on_cooldown = FALSE
return TRUE
return FALSE