mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Merge pull request #206 from alex-gh/mutiny_fixes
Merged latest mutiny fixes.
This commit is contained in:
@@ -543,13 +543,11 @@
|
||||
/obj/item/proc/IsShield()
|
||||
return 0
|
||||
|
||||
/*
|
||||
/obj/item/proc/get_turf()
|
||||
/obj/item/proc/get_loc_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