ensures that the previous installed NIF is actually replaced by a new one during rejuvenation

This commit is contained in:
Kashargul
2023-11-29 22:38:41 +01:00
committed by GitHub
parent 77b53b7fc5
commit f443d8641b
@@ -57,6 +57,7 @@
var/list/nif_savedata = H.nif.save_data.Copy()
..()
H.nif = null
var/obj/item/device/nif/nif = new type(H,durability,nif_savedata)
nif.nifsofts = nifsofts
else