Merge pull request #7346 from Citadel-Station-13/upstream-merge-38927

[MIRROR] Improves cargo shuttle/firefighting foam descs
This commit is contained in:
deathride58
2018-07-10 01:57:30 -04:00
committed by GitHub
3 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -5,9 +5,9 @@
circuit = /obj/item/circuitboard/computer/cargo
var/requestonly = FALSE
var/contraband = FALSE
var/safety_warning = "For safety reasons the automated supply shuttle \
cannot transport live organisms, classified nuclear weaponry or \
homing beacons."
var/safety_warning = "For safety reasons, the automated supply shuttle \
cannot transport live organisms, human remains, classified nuclear weaponry \
or homing beacons."
var/blockade_warning = "Bluespace instability detected. Shuttle movement impossible."
light_color = "#E2853D"//orange
@@ -121,7 +121,7 @@
SSshuttle.supply.obj_flags = (SSshuttle.supply.obj_flags & ~EMAGGED)
SSshuttle.supply.contraband = contraband
SSshuttle.moveShuttle("supply", "supply_away", TRUE)
say("The supply shuttle has departed.")
say("The supply shuttle is departing.")
investigate_log("[key_name(usr)] sent the supply shuttle away.", INVESTIGATE_CARGO)
else
investigate_log("[key_name(usr)] called the supply shuttle.", INVESTIGATE_CARGO)
+2 -2
View File
@@ -992,8 +992,8 @@
crate_type = /obj/structure/closet/crate/large
/datum/supply_pack/materials/foamtank
name = "Foam Tank Crate"
desc = "Contains plasmamen's bane."
name = "Firefighting Foam Tank Crate"
desc = "Contains a tank of firefighting foam. Also known as \"plasmaman's bane\"."
cost = 1500
contains = list(/obj/structure/reagent_dispensers/foamtank)
crate_name = "foam tank crate"
+2 -2
View File
@@ -52,8 +52,8 @@
tank_volume = 100000
/obj/structure/reagent_dispensers/foamtank
name = "firefoam tank"
desc = "A tank full of foaming things."
name = "firefighting foam tank"
desc = "A tank full of firefighting foam."
icon_state = "foam"
reagent_id = "firefighting_foam"
tank_volume = 500