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
+4 -2
View File
@@ -148,7 +148,8 @@
user.drop_item()
affected.implants += tool
tool.loc = affected
if(istype(tool,/obj/item/device/nif)){var/obj/item/device/nif/N = tool;N.implant(target)} //VOREStation Add - NIF support
// Chompstation Edit: Removing NIFs temporarily - Jon
// if(istype(tool,/obj/item/device/nif)){var/obj/item/device/nif/N = tool;N.implant(target)} //VOREStation Add - NIF support
affected.cavity = 0
//////////////////////////////////////////////////////////////////
@@ -220,7 +221,8 @@
var/obj/item/weapon/implant/imp = obj
imp.imp_in = null
imp.implanted = 0
else if(istype(tool,/obj/item/device/nif)){var/obj/item/device/nif/N = tool;N.unimplant(target)} //VOREStation Add - NIF support
// Chompstation Edit: Removing NIFs temporarily - Jon
// else if(istype(tool,/obj/item/device/nif)){var/obj/item/device/nif/N = tool;N.unimplant(target)} //VOREStation Add - NIF support
else
user.visible_message("<font color='blue'>[user] removes \the [tool] from [target]'s [affected.name].</font>", \
"<font color='blue'>There's something inside [target]'s [affected.name], but you just missed it this time.</font>" )