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:
@@ -137,7 +137,7 @@
|
||||
|
||||
/obj/item/storage/backpack/captain
|
||||
name = "captain's backpack"
|
||||
desc = "It's a special backpack made exclusively for GATO officers."
|
||||
desc = "It's a special backpack made exclusively for GATO officers." //GS13 - Nanotrasen to GATO
|
||||
icon_state = "captainpack"
|
||||
item_state = "captainpack"
|
||||
resistance_flags = FIRE_PROOF
|
||||
@@ -269,7 +269,7 @@
|
||||
|
||||
/obj/item/storage/backpack/satchel/cap
|
||||
name = "captain's satchel"
|
||||
desc = "An exclusive satchel for GATO officers."
|
||||
desc = "An exclusive satchel for GATO officers." //GS13 - Nanotrasen to GATO
|
||||
icon_state = "satchel-cap"
|
||||
item_state = "captainpack"
|
||||
resistance_flags = FIRE_PROOF
|
||||
@@ -515,7 +515,7 @@
|
||||
STR.silent = TRUE
|
||||
|
||||
/obj/item/storage/backpack/duffelbag/syndie/hitman
|
||||
desc = "A large duffel bag for holding extra things. There is a GATO logo on the back."
|
||||
desc = "A large duffel bag for holding extra things. There is a GATO logo on the back." //GS13 - Nanotrasen to GATO
|
||||
icon_state = "duffel-syndieammo"
|
||||
item_state = "duffel-syndieammo"
|
||||
|
||||
|
||||
@@ -262,7 +262,7 @@
|
||||
|
||||
/obj/item/storage/bag/sheetsnatcher
|
||||
name = "sheet snatcher"
|
||||
desc = "A patented GATO storage system designed for any kind of mineral sheet."
|
||||
desc = "A patented GATO storage system designed for any kind of mineral sheet." //GS13 - Nanotrasen to GATO
|
||||
icon = 'icons/obj/mining.dmi'
|
||||
icon_state = "sheetsnatcher"
|
||||
|
||||
|
||||
@@ -1282,7 +1282,7 @@
|
||||
new /obj/item/tank/internals/emergency_oxygen/engi(src) //in case anyone ever wants to do anything with spawning them, apart from crafting the box
|
||||
|
||||
/obj/item/storage/box/mre //base MRE type.
|
||||
name = "GATO MRE Ration Kit Menu 0"
|
||||
name = "GATO MRE Ration Kit Menu 0" //GS13 - Nanotrasen to GATO
|
||||
desc = "A package containing food suspended in an outdated bluespace pocket which lasts for centuries. If you're lucky you may even be able to enjoy the meal without getting food poisoning."
|
||||
icon_state = "mre"
|
||||
illustration = null
|
||||
@@ -1308,7 +1308,7 @@
|
||||
S.foodtype |= TOXIC
|
||||
|
||||
/obj/item/storage/box/mre/menu1
|
||||
name = "\improper GATO MRE Ration Kit Menu 1"
|
||||
name = "\improper GATO MRE Ration Kit Menu 1" //GS13 - Nanotrasen to GATO
|
||||
|
||||
/obj/item/storage/box/mre/menu1/safe
|
||||
desc = "A package containing food suspended in a bluespace pocket capable of lasting till the end of time."
|
||||
@@ -1323,7 +1323,7 @@
|
||||
new /obj/item/tank/internals/emergency_oxygen(src)
|
||||
|
||||
/obj/item/storage/box/mre/menu2
|
||||
name = "\improper GATO MRE Ration Kit Menu 2"
|
||||
name = "\improper GATO MRE Ration Kit Menu 2" //GS13 - Nanotrasen to GATO
|
||||
|
||||
/obj/item/storage/box/mre/menu2/safe
|
||||
spawner_chance = 0
|
||||
@@ -1338,7 +1338,7 @@
|
||||
new /obj/item/tank/internals/emergency_oxygen(src)
|
||||
|
||||
/obj/item/storage/box/mre/menu3
|
||||
name = "\improper GATO MRE Ration Kit Menu 3"
|
||||
name = "\improper GATO MRE Ration Kit Menu 3" //GS13 - Nanotrasen to GATO
|
||||
desc = "The holy grail of MREs. This item contains the fabled MRE pizza, spicy nachos and a sample of coffee instant type 2. Any GT employee lucky enough to get their hands on one of these is truly blessed."
|
||||
icon_state = "menu3"
|
||||
can_expire = FALSE //always fresh, never expired.
|
||||
@@ -1353,7 +1353,7 @@
|
||||
new /obj/item/tank/internals/emergency_oxygen(src)
|
||||
|
||||
/obj/item/storage/box/mre/menu4
|
||||
name = "\improper GATO MRE Ration Kit Menu 4"
|
||||
name = "\improper GATO MRE Ration Kit Menu 4" //GS13 - Nanotrasen to GATO
|
||||
|
||||
/obj/item/storage/box/mre/menu4/safe
|
||||
spawner_chance = 0
|
||||
|
||||
@@ -329,7 +329,7 @@
|
||||
|
||||
/obj/item/storage/fancy/rollingpapers
|
||||
name = "rolling paper pack"
|
||||
desc = "A pack of GATO brand rolling papers."
|
||||
desc = "A pack of GATO brand rolling papers." //GS13 - Nanotrasen to GATO
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
icon = 'icons/obj/cigarettes.dmi'
|
||||
icon_state = "cig_paper_pack"
|
||||
|
||||
Reference in New Issue
Block a user