Also enables NIFs

This commit is contained in:
Jon
2018-12-22 14:26:02 +00:00
parent 727c2aef57
commit 27c9225728
39 changed files with 103 additions and 144 deletions
+1 -3
View File
@@ -464,9 +464,7 @@ This function completely restores a damaged organ to perfect condition.
// remove embedded objects and drop them on the floor
for(var/obj/implanted_object in implants)
// Chompstation Edit: Removing NIFs temporarily - Jon
// if(!istype(implanted_object,/obj/item/weapon/implant) && !istype(implanted_object,/obj/item/device/nif)) // We don't want to remove REAL implants. Just shrapnel etc. //VOREStation Edit - NIFs pls
if(!istype(implanted_object,/obj/item/weapon/implant) && !istype(implanted_object))
if(!istype(implanted_object,/obj/item/weapon/implant) && !istype(implanted_object,/obj/item/device/nif)) // We don't want to remove REAL implants. Just shrapnel etc. //VOREStation Edit - NIFs pls
implanted_object.loc = get_turf(src)
implants -= implanted_object