mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user