removed SC self backup and added a null

This commit is contained in:
Verkister
2018-05-15 11:52:38 +03:00
parent 1c519d28ed
commit 7a828f7cd0
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -526,7 +526,7 @@
//Re-supply a NIF if one was backed up with them.
if(MR.nif_path)
var/obj/item/device/nif/nif = new MR.nif_path(occupant,,MR.nif_savedata)
var/obj/item/device/nif/nif = new MR.nif_path(occupant,null,MR.nif_savedata)
for(var/path in MR.nif_software)
new path(nif)
nif.durability = MR.nif_durability //Restore backed up durability after restoring the softs.