Mutiny Mode

This commit is contained in:
Jeremy Liberman
2014-05-11 15:03:50 -05:00
parent d1d3620a12
commit d23340a49b
43 changed files with 2644 additions and 933 deletions
+6
View File
@@ -476,6 +476,12 @@
/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)
var/mob/living/carbon/human/H = M