mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Mutiny fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user