mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-20 19:42:34 +01:00
removed SC self backup and added a null
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user