Update nif.dm

This commit is contained in:
Killian
2023-03-09 02:51:01 +00:00
parent 115b8a933b
commit 5b0b7e63b2
+1
View File
@@ -203,6 +203,7 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable
persist_nif_data(human)
if(durability <= 0)
durability = 0 //failsafe us to a minimum of 0% so we don't just wash into massively negative durability from repeated EMPs
stat = NIF_TEMPFAIL
update_icon()