fix issues with indented absolute path definitions

This commit is contained in:
GinjaNinja32
2015-12-09 14:00:09 +00:00
parent 67c53ddd1d
commit 1921c35231
22 changed files with 125 additions and 184 deletions
+3 -3
View File
@@ -141,13 +141,13 @@ var/global/list/gear_datums = list()
cost = 1
slot = slot_head
/datum/gear/grcap
/datum/gear/grcap
display_name = "cap, grey"
path = /obj/item/clothing/head/soft/grey
cost = 1
slot = slot_head
/datum/gear/ocap
/datum/gear/ocap
display_name = "cap, orange"
path = /obj/item/clothing/head/soft/orange
cost = 1
@@ -219,7 +219,7 @@ var/global/list/gear_datums = list()
cost = 1
slot = slot_head
/datum/gear/bowler
/datum/gear/bowler
display_name = "hat, bowler"
path = /obj/item/clothing/head/bowler
cost = 1