Makes proteans gib on death

This commit is contained in:
Heroman
2021-12-04 06:29:04 +10:00
parent 68fe0fbcc3
commit 2ead07ed2d
4 changed files with 19 additions and 16 deletions
+2
View File
@@ -28,6 +28,7 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable
var/durability = 100 // Durability remaining
var/bioadap = FALSE // If it'll work in fancy species
var/gib_nodrop = FALSE // NIF self-destructs when owner is gibbed
var/tmp/power_usage = 0 // Nifsoft adds to this
var/tmp/mob/living/carbon/human/human // Our owner!
@@ -613,6 +614,7 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable
desc = "A NIF that is part of a protean's body structure. Where did you get that anyway?"
durability = 25
bioadap = TRUE
gib_nodrop = TRUE
////////////////////////////////
// Special Promethean """surgery"""