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:
@@ -24,7 +24,7 @@
|
||||
/obj/structure/artilleryplaceholder/decorative
|
||||
density = FALSE
|
||||
|
||||
/obj/machinery/artillerycontrol/ui_interact(mob/user)
|
||||
/obj/machinery/artillerycontrol/ui_interact(mob/user) //GS13 - Nanotrasen to GATO
|
||||
. = ..()
|
||||
var/dat = "<B>Bluespace Artillery Control:</B><BR>"
|
||||
dat += "Locked on<BR>"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
item_state = "banner"
|
||||
lefthand_file = 'icons/mob/inhands/equipment/banners_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/equipment/banners_righthand.dmi'
|
||||
desc = "A banner with GATO's logo on it."
|
||||
desc = "A banner with GATO's logo on it." //GS13 - Nanotrasen to GATO
|
||||
slowdown = 2
|
||||
throw_speed = 0
|
||||
throw_range = 1
|
||||
@@ -114,7 +114,7 @@
|
||||
name = "banner landmark"
|
||||
icon = 'icons/obj/items_and_weapons.dmi'
|
||||
icon_state = "banner"
|
||||
desc = "This is where a banner with GATO's logo on it would go."
|
||||
desc = "This is where a banner with GATO's logo on it would go." //GS13 - Nanotrasen to GATO
|
||||
layer = LOW_ITEM_LAYER
|
||||
|
||||
/obj/effect/ctf/flag_reset/red
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
//centcomAway items
|
||||
|
||||
/obj/item/paper/pamphlet/centcom/visitor_info
|
||||
/obj/item/paper/pamphlet/centcom/visitor_info //GS13 - Nanotrasen to GATO
|
||||
name = "Visitor Info Pamphlet"
|
||||
info = "<b> XCC-P5831 Visitor Information </b><br>\
|
||||
Greetings, visitor, to XCC-P5831! As you may know, this outpost was once \
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
desc = "A pamphlet encouraging the reader to maintain a balanced lifestyle and take care of their mental health, while still enjoying video games in a healthy way. You probably don't need this..."
|
||||
info = "They don't make you kill people. There, we said it. Now get back to work!"
|
||||
|
||||
/obj/item/paper/pamphlet/gateway
|
||||
/obj/item/paper/pamphlet/gateway //GS13 - Nanotrasen to GATO
|
||||
info = "<b>Welcome to the GATO Gateway project...</b><br>\
|
||||
Congratulations! If you're reading this, you and your superiors have decided that you're \
|
||||
ready to commit to a life spent colonising the rolling hills of far away worlds. You \
|
||||
|
||||
Reference in New Issue
Block a user