Merge pull request #11823 from Heroman3003/proteannif

Makes proteans use special NIF subtype
This commit is contained in:
Aronai Sieyes
2021-12-10 01:59:58 +00:00
committed by Chompstation Bot
parent e6f330182b
commit cd8c0bc4a0
2 changed files with 8 additions and 2 deletions
@@ -157,10 +157,10 @@
if(!H) //Human could have been deleted in this amount of time. Observing does this, mannequins, etc.
return
if(!H.nif)
var/obj/item/device/nif/bioadap/new_nif = new()
var/obj/item/device/nif/protean/new_nif = new()
new_nif.quick_implant(H)
else
H.nif.durability = rand(21,25)
H.nif.durability = 25
var/obj/item/weapon/rig/protean/prig = new /obj/item/weapon/rig/protean(H)
prig.myprotean = H
+6
View File
@@ -613,6 +613,12 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable
durability = 75
bioadap = TRUE
/obj/item/device/nif/protean // Proteans' integrated NIF
name = "protean integrated NIF"
desc = "A NIF that is part of a protean's body structure. Where did you get that anyway?"
durability = 25
bioadap = TRUE
////////////////////////////////
// Special Promethean """surgery"""
/obj/item/device/nif/attack(mob/living/M, mob/living/user, var/target_zone)