Mutiny fixes

This commit is contained in:
ZomgPonies
2014-05-15 03:16:48 -04:00
parent a545590f68
commit a2b05d96f5
3 changed files with 10 additions and 4 deletions
+2
View File
@@ -543,11 +543,13 @@
/obj/item/proc/IsShield()
return 0
/*
/obj/item/proc/get_turf()
var/atom/L = loc
while(L && !istype(L, /turf/))
L = L.loc
return loc
*/
/obj/item/proc/eyestab(mob/living/carbon/M as mob, mob/living/carbon/user as mob)