mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
Merge pull request #11823 from Heroman3003/proteannif
Makes proteans use special NIF subtype
This commit is contained in:
committed by
Chompstation Bot
parent
e6f330182b
commit
cd8c0bc4a0
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user