Nanotrasen to GATO - comments
I know it's a mess, but the least I can do is add comments anywhere I can
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
|
||||
/obj/structure/closet/wardrobe/chaplain_black
|
||||
name = "chapel wardrobe"
|
||||
desc = "It's a storage unit for GATO-approved religious attire."
|
||||
desc = "It's a storage unit for GATO-approved religious attire." //GS13 - Nanotrasen to GATO
|
||||
icon_door = "black"
|
||||
|
||||
/obj/structure/closet/wardrobe/chaplain_black/PopulateContents()
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/obj/structure/closet/wardrobe
|
||||
name = "wardrobe"
|
||||
desc = "It's a storage unit for standard-issue GATO attire."
|
||||
desc = "It's a storage unit for standard-issue GATO attire." //GS13 - Nanotrasen to GATO
|
||||
icon_door = "blue"
|
||||
/obj/structure/closet/wardrobe/PopulateContents()
|
||||
..()
|
||||
@@ -60,7 +60,7 @@
|
||||
return
|
||||
/obj/structure/closet/wardrobe/orange
|
||||
name = "prison wardrobe"
|
||||
desc = "It's a storage unit for GATO-regulation prisoner attire."
|
||||
desc = "It's a storage unit for GATO-regulation prisoner attire." //GS13 - Nanotrasen to GATO
|
||||
icon_door = "orange"
|
||||
/obj/structure/closet/wardrobe/orange/PopulateContents()
|
||||
for(var/i in 1 to 3)
|
||||
|
||||
Reference in New Issue
Block a user