This commit is contained in:
timothyteakettle
2020-08-05 23:28:13 +01:00
parent 4cc3ca2193
commit 2001c589c4
+1 -1
View File
@@ -210,7 +210,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
if(length(initial(loadout_item.ckeywhitelist)))
new_path = "/datum/gear/donator/[itemtype]"
else
switch(initial(i.slot))
switch(initial(loadout_item.slot))
if(SLOT_W_UNIFORM)
new_path = "/datum/gear/uniform/[itemtype]"
if(SLOT_WEAR_SUIT)