mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 05:06:50 +01:00
Fix leftover mymob calls and other things
This commit is contained in:
@@ -1364,5 +1364,5 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
. = 0
|
||||
for(var/obj/item/organ/external/L in organs)
|
||||
for(var/obj/item/I in L.implants)
|
||||
if(!istype(I,/obj/item/weapon/implant) && !istype(I,/obj/item/device/nif))
|
||||
if(!istype(I,/obj/item/weapon/implant))
|
||||
return 1
|
||||
Reference in New Issue
Block a user