Temporary removal of NIFs :c

This commit is contained in:
Jon
2018-12-10 00:07:39 +00:00
parent 6e0d5877b8
commit 13fa795f16
37 changed files with 179 additions and 114 deletions
+3 -1
View File
@@ -464,7 +464,9 @@ 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)
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
// 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))
implanted_object.loc = get_turf(src)
implants -= implanted_object