mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
IHSS Reclamation Tweaks (#19786)
Various tweaks to IHSS Reclamation to improve experience, such as adding class and designation variable --------- Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
################################
|
||||
# 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
|
||||
# - (fixes bugs)
|
||||
# wip
|
||||
# - (work in progress)
|
||||
# qol
|
||||
# - (quality of life)
|
||||
# soundadd
|
||||
# - (adds a sound)
|
||||
# sounddel
|
||||
# - (removes a sound)
|
||||
# rscadd
|
||||
# - (adds a feature)
|
||||
# rscdel
|
||||
# - (removes a feature)
|
||||
# imageadd
|
||||
# - (adds an image or sprite)
|
||||
# imagedel
|
||||
# - (removes an image or sprite)
|
||||
# spellcheck
|
||||
# - (fixes spelling or grammar)
|
||||
# experiment
|
||||
# - (experimental change)
|
||||
# balance
|
||||
# - (balance changes)
|
||||
# code_imp
|
||||
# - (misc internal code change)
|
||||
# refactor
|
||||
# - (refactors code)
|
||||
# config
|
||||
# - (makes a change to the config files)
|
||||
# admin
|
||||
# - (makes changes to administrator tools)
|
||||
# server
|
||||
# - (miscellaneous changes to server)
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: Ben10083
|
||||
|
||||
# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
|
||||
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- qol: "Small tweaks to IHSS Reclamation to improve experience."
|
||||
@@ -17,6 +17,8 @@
|
||||
/obj/effect/overmap/visitable/sector/ihss_reclamation
|
||||
name = "IHSS Reclamation"
|
||||
desc = "The very first space station constructed by the Unathi, and nearly a century old, the IHSS Reclamation has been extensively refurbished to provide a monitoring and research station for ecological restoration efforts on the Moghresian Wasteland."
|
||||
class = "IHSS"
|
||||
designation = "Reclamation"
|
||||
icon = 'icons/obj/overmap/overmap_stationary.dmi'
|
||||
icon_state = "battlestation"
|
||||
color = "#f05c3e"
|
||||
|
||||
@@ -2367,6 +2367,12 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ihss_reclamation/dock)
|
||||
"md" = (
|
||||
/obj/machinery/light{
|
||||
inserted_light = /obj/item/light/tube/colored/blue
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/ihss_reclamation/hangar1)
|
||||
"mf" = (
|
||||
/obj/effect/floor_decal/corner/yellow/diagonal{
|
||||
dir = 1;
|
||||
@@ -2872,6 +2878,17 @@
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ihss_reclamation/easthall)
|
||||
"ow" = (
|
||||
/obj/effect/floor_decal/corner/mauve{
|
||||
dir = 5
|
||||
},
|
||||
/obj/structure/tranqcabinet{
|
||||
pixel_x = -64
|
||||
},
|
||||
/turf/simulated/floor/tiled/white{
|
||||
temperature = 303.15
|
||||
},
|
||||
/area/ihss_reclamation/medsci)
|
||||
"ox" = (
|
||||
/obj/structure/table/steel,
|
||||
/obj/item/device/binoculars,
|
||||
@@ -3952,9 +3969,6 @@
|
||||
/obj/item/clothing/gloves/latex/vaurca,
|
||||
/obj/item/clothing/gloves/latex/vaurca,
|
||||
/obj/item/device/taperecorder,
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled/white{
|
||||
temperature = 303.15
|
||||
},
|
||||
@@ -6020,7 +6034,7 @@
|
||||
/turf/simulated/floor,
|
||||
/area/shuttle/ihss_reclamation)
|
||||
"CU" = (
|
||||
/obj/machinery/power/smes/buildable/power_shuttle,
|
||||
/obj/machinery/power/smes/buildable/third_party_shuttle,
|
||||
/obj/structure/cable,
|
||||
/turf/simulated/floor,
|
||||
/area/shuttle/ihss_reclamation)
|
||||
@@ -7759,15 +7773,15 @@
|
||||
/area/ihss_reclamation/atmos)
|
||||
"LN" = (
|
||||
/obj/structure/table/standard,
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/window/reinforced,
|
||||
/obj/machinery/recharger,
|
||||
/obj/effect/floor_decal/corner/red{
|
||||
color = "#941307";
|
||||
dir = 10
|
||||
},
|
||||
/obj/structure/window/reinforced{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ihss_reclamation/bridge)
|
||||
"LO" = (
|
||||
@@ -9447,7 +9461,6 @@
|
||||
/turf/simulated/floor/tiled/dark,
|
||||
/area/ihss_reclamation/hangarhall)
|
||||
"TI" = (
|
||||
/obj/structure/lattice/catwalk,
|
||||
/obj/machinery/iff_beacon/name_change,
|
||||
/obj/effect/floor_decal/industrial/warning/cee,
|
||||
/turf/simulated/floor/airless,
|
||||
@@ -9965,6 +9978,9 @@
|
||||
pixel_x = -6;
|
||||
pixel_y = 6
|
||||
},
|
||||
/obj/machinery/light{
|
||||
dir = 8
|
||||
},
|
||||
/turf/simulated/floor/tiled/white{
|
||||
temperature = 303.15
|
||||
},
|
||||
@@ -10383,6 +10399,8 @@
|
||||
/obj/item/shield/energy/hegemony,
|
||||
/obj/item/clothing/suit/unathi/robe/robe_coat/blue,
|
||||
/obj/item/clothing/suit/unathi/robe/robe_coat/orange,
|
||||
/obj/item/clothing/suit/unathi/robe/robe_coat/red,
|
||||
/obj/item/clothing/suit/unathi/robe/robe_coat,
|
||||
/turf/simulated/floor/carpet/lightblue,
|
||||
/area/ihss_reclamation/captain)
|
||||
"XQ" = (
|
||||
@@ -38652,7 +38670,7 @@ FA
|
||||
FA
|
||||
FA
|
||||
FA
|
||||
FA
|
||||
md
|
||||
dO
|
||||
RX
|
||||
Qn
|
||||
@@ -39680,7 +39698,7 @@ FA
|
||||
FA
|
||||
FA
|
||||
MR
|
||||
FA
|
||||
md
|
||||
dO
|
||||
AS
|
||||
vG
|
||||
@@ -41222,7 +41240,7 @@ FA
|
||||
FA
|
||||
FA
|
||||
MR
|
||||
FA
|
||||
md
|
||||
dO
|
||||
AS
|
||||
vG
|
||||
@@ -42250,7 +42268,7 @@ FA
|
||||
FA
|
||||
FA
|
||||
MR
|
||||
FA
|
||||
md
|
||||
dO
|
||||
AS
|
||||
vG
|
||||
@@ -50224,7 +50242,7 @@ wF
|
||||
gz
|
||||
vh
|
||||
oc
|
||||
Ch
|
||||
ow
|
||||
Xq
|
||||
Xq
|
||||
ch
|
||||
|
||||
Reference in New Issue
Block a user