Engineering Roundstart Changes 2.0 (#5462)

This commit is contained in:
Joshie
2018-10-28 14:35:24 +01:00
committed by Werner
parent 81523a4a96
commit efa9bebed7
6 changed files with 8359 additions and 4292 deletions
@@ -0,0 +1,40 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
# balance
#################################
# Your name.
author: Furrycactus
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- maptweak: "Added additional gas canisters to engineering hard storage, so engineers don't need to break into atmospherics to set up the engine. New canisters include Phoron, Carbon Dioxide, and Nitrogen. Four of each."
- maptweak: "Replaced the incomplete three-airlock way into the engine room with a proper cycling airlock, like the ones leading into Virology and Xenobiology."
- maptweak: "Added a room on the surface level where the shields already start. They still need to be wrenched down and configured however, but no longer do engineers need to carry them up to the surface and build some space for them. Comes with its own substation and bypass."
- maptweak: "Miners finally get magboots at roundstart now, since their whole job is going EVA, and they were the only job that didn't have roundstart access to them, despite needing them the most."
+5
View File
@@ -53,3 +53,8 @@
requires_power = 0
name = "\improper Test Room"
icon_state = "storage"
/area/storage/shields
name = "\improper Station Shield Control"
icon_state = "eva"
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+6 -4
View File
@@ -1029,7 +1029,7 @@
d2 = 2;
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_main)
"bR" = (
/obj/structure/grille,
@@ -1146,7 +1146,8 @@
d2 = 2;
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_main)
"cb" = (
/obj/structure/cable/green{
@@ -1526,7 +1527,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/turf/simulated/floor/plating,
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_cargo)
"cE" = (
/obj/structure/cable{
@@ -8369,7 +8370,8 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/turf/simulated/floor/plating,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/tiled,
/area/maintenance/interstitial_cargo)
"KQ" = (
/obj/machinery/access_button{
File diff suppressed because it is too large Load Diff