Fixes people spawning in space.

People were spawning in space due to a runtime error that occured when they choose the orange scarf, because the loadout entry lacked a path variable.
This commit is contained in:
Neerti
2015-12-09 02:50:51 -05:00
parent b5326950c4
commit 894ad58277
+1
View File
@@ -934,6 +934,7 @@ var/global/list/gear_datums = list()
/datum/gear/scarf_orange
display_name = "scarf, orange"
path = /obj/item/clothing/accessory/scarf/orange
slot = slot_tie
cost = 1