From 894ad58277cd0b3b53b701d9a268d996362debb1 Mon Sep 17 00:00:00 2001 From: Neerti Date: Wed, 9 Dec 2015 02:50:51 -0500 Subject: [PATCH] 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. --- code/modules/client/preferences_gear.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/client/preferences_gear.dm b/code/modules/client/preferences_gear.dm index 3a2c8e3fa62..472520dcfa7 100644 --- a/code/modules/client/preferences_gear.dm +++ b/code/modules/client/preferences_gear.dm @@ -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