mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Drop NIFs when gibbed
And when you die as a promethean (which always gibs you) cus Cheri is a whiner
This commit is contained in:
@@ -158,7 +158,7 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable
|
||||
SC.brainmobs = list()
|
||||
stat = NIF_PREINSTALL
|
||||
vis_update()
|
||||
H.verbs |= /mob/living/carbon/human/proc/set_nif_examine
|
||||
H.verbs -= /mob/living/carbon/human/proc/set_nif_examine
|
||||
H.nif = null
|
||||
human = null
|
||||
install_done = null
|
||||
@@ -188,11 +188,13 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable
|
||||
durability -= wear
|
||||
|
||||
if(durability <= 0)
|
||||
notify("Danger! General system insta#^!($",TRUE)
|
||||
to_chat(human,"<span class='danger'>Your NIF vision overlays disappear and your head suddenly seems very quiet...</span>")
|
||||
stat = NIF_TEMPFAIL
|
||||
update_icon()
|
||||
|
||||
|
||||
if(human)
|
||||
notify("Danger! General system insta#^!($",TRUE)
|
||||
to_chat(human,"<span class='danger'>Your NIF vision overlays disappear and your head suddenly seems very quiet...</span>")
|
||||
|
||||
//Attackby proc, for maintenance
|
||||
/obj/item/device/nif/attackby(obj/item/weapon/W, mob/user as mob)
|
||||
if(open == 0 && istype(W,/obj/item/weapon/screwdriver))
|
||||
|
||||
Reference in New Issue
Block a user