Skip to content

Commit

Permalink
Small QoL & balance tweaks for some ghostroles (#19998)
Browse files Browse the repository at this point in the history
Implements a few small tweaks to the Lone Spacer, Tramp Freighter, and
OE Ship that I've been sitting on for a while.

- Lone Spacer: opens up a few more clothing options, adds a suit cooler
for IPCs, adds dylovene, adds an Orion Express package receptacle, adds
some credits.
- Tramp Freighter: added OE packages, toned down the loot a little so
we're less likely to see an entire freighter crew parading in military
hardsuits, added shutters to the windows.
- OE Ship: removed a stray grate, added dynamic space under catwalks.
  • Loading branch information
hazelrat authored Oct 8, 2024
1 parent cf9bf6d commit 8e00916
Show file tree
Hide file tree
Showing 5 changed files with 368 additions and 131 deletions.
58 changes: 58 additions & 0 deletions html/changelogs/hazelmouse-suggestions.yml
Original file line number Diff line number Diff line change
@@ -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: hazelmouse

# 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: "Implemented several small quality-of-life improvements to the Lone Spacer, Orion Express, and Tramp Freighter ghostroles."
94 changes: 78 additions & 16 deletions maps/away/ships/lone_spacer/lone_spacer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@
/obj/item/stack/cable_coil,
/obj/item/stack/cable_coil,
/obj/effect/decal/cleanable/dirt,
/obj/item/device/suit_cooling_unit,
/obj/item/device/suit_cooling_unit,
/obj/item/clothing/suit/space,
/obj/item/clothing/head/helmet/space,
/obj/item/clothing/shoes/magboots,
/obj/item/tank/oxygen,
/obj/item/tank/oxygen,
/turf/simulated/floor/tiled/ridged,
/area/shuttle/lone_spacer/port_storage)
"aC" = (
Expand Down Expand Up @@ -675,6 +682,16 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/tiled/dark,
/area/shuttle/lone_spacer/storage)
"hE" = (
/obj/effect/floor_decal/industrial/outline/grey,
/obj/machinery/light/colored/decayed/lone_spacer_dimmed{
dir = 8
},
/obj/vehicle/bike{
dir = 4
},
/turf/simulated/floor/tiled/dark/full,
/area/shuttle/lone_spacer/storage)
"hH" = (
/obj/item/device/paicard,
/obj/structure/closet/cabinet,
Expand Down Expand Up @@ -759,6 +776,16 @@
/obj/item/clothing/accessory/wcoat_rec{
color = "#494949"
},
/obj/item/clothing/under/syndicate/tacticool,
/obj/item/clothing/accessory/dressshirt{
color = "#bbbbbb"
},
/obj/item/clothing/under/pants/jeansblack,
/obj/item/clothing/head/helmet/pilot,
/obj/item/clothing/head/sidecap{
color = "#2E2E2E";
desc = "A simple cap, often worn by pilots. This one is faded with age."
},
/turf/simulated/floor/tiled/techfloor,
/area/shuttle/lone_spacer/bridge)
"hM" = (
Expand Down Expand Up @@ -893,12 +920,15 @@
/turf/simulated/floor/tiled/dark/full,
/area/shuttle/lone_spacer/fore_hall)
"kx" = (
/obj/structure/dispenser/oxygen,
/obj/machinery/light/small{
dir = 8;
must_start_working = 1
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/cargo_receptacle{
desc = "An Orion Express automated cargo acceptance device. This one appears to be configured to receive cargo packages intended for the ship it's on.";
name = "ship cargo delivery point"
},
/turf/simulated/floor/tiled/ridged,
/area/shuttle/lone_spacer/port_storage)
"kG" = (
Expand All @@ -922,12 +952,23 @@
/area/shuttle/lone_spacer/port_nacelle)
"ly" = (
/obj/structure/table/wood,
/obj/random/plushie{
pixel_y = 2
/obj/effect/decal/cleanable/dirt,
/obj/item/spacecash/c1000{
pixel_y = 11
},
/obj/item/spacecash/c1000{
pixel_y = 7
},
/obj/item/spacecash/c1000{
pixel_y = 3
},
/obj/structure/sign/poster{
pixel_x = -32
},
/obj/item/storage/wallet{
pixel_y = -1;
pixel_x = 10
},
/turf/simulated/floor/tiled/techfloor,
/area/shuttle/lone_spacer/bridge)
"lB" = (
Expand All @@ -942,6 +983,11 @@
/obj/machinery/atmospherics/portables_connector,
/obj/effect/floor_decal/industrial/outline/yellow,
/obj/effect/decal/cleanable/dirt,
/obj/item/tank/hydrogen/shuttle,
/obj/item/tank/hydrogen/shuttle{
pixel_y = 5;
pixel_x = -4
},
/turf/simulated/floor/tiled/gridded,
/area/shuttle/lone_spacer/starboard_nacelle)
"mj" = (
Expand Down Expand Up @@ -1077,6 +1123,7 @@
/obj/item/melee/baton/loaded,
/obj/item/material/hatchet/lumber,
/obj/item/clothing/accessory/holster/thigh/brown,
/obj/item/clothing/suit/armor/carrier/generic,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/tiled/dark/full,
/area/shuttle/lone_spacer/bridge_foyer)
Expand Down Expand Up @@ -1536,6 +1583,10 @@
/obj/effect/floor_decal/industrial/warning,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/cell_charger,
/obj/item/storage/firstaid/empty{
pixel_y = 14;
pixel_x = 15
},
/turf/simulated/floor/tiled/gridded,
/area/shuttle/lone_spacer/fore_hall)
"wT" = (
Expand Down Expand Up @@ -2143,6 +2194,9 @@
dir = 8
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/noticeboard{
pixel_y = 32
},
/turf/simulated/floor/tiled/techfloor,
/area/shuttle/lone_spacer/bridge)
"Ie" = (
Expand Down Expand Up @@ -2467,9 +2521,6 @@
/obj/item/stock_parts/matter_bin,
/obj/item/stock_parts/console_screen,
/obj/item/circuitboard/autolathe,
/obj/item/tank/hydrogen/shuttle,
/obj/item/tank/hydrogen/shuttle,
/obj/item/tank/hydrogen/shuttle,
/obj/item/cane/crutch,
/obj/item/material/stool/chair/wheelchair,
/obj/item/circuitboard/biogenerator,
Expand All @@ -2487,6 +2538,9 @@
/obj/item/reagent_containers/glass/bottle/inaprovaline,
/obj/item/reagent_containers/hypospray,
/obj/effect/decal/cleanable/dirt,
/obj/item/circuitboard/oven,
/obj/item/circuitboard/stove,
/obj/item/reagent_containers/glass/bottle/antitoxin,
/turf/simulated/floor/tiled/gridded,
/area/shuttle/lone_spacer/fore_hall)
"Os" = (
Expand Down Expand Up @@ -2532,6 +2586,13 @@
"Pk" = (
/obj/structure/closet/crate,
/obj/effect/decal/cleanable/dirt,
/obj/item/reagent_containers/inhaler/space_drugs,
/obj/item/reagent_containers/inhaler/space_drugs,
/obj/item/reagent_containers/syringe/drugs,
/obj/item/reagent_containers/hypospray/autoinjector/stimpack,
/obj/item/reagent_containers/hypospray/autoinjector/night_juice,
/obj/item/storage/pill_bottle/smart,
/obj/item/reagent_containers/hypospray/autoinjector/impedrezene,
/turf/simulated/floor/plating,
/area/shuttle/lone_spacer/fore_hall)
"PC" = (
Expand Down Expand Up @@ -2920,10 +2981,6 @@
},
/turf/simulated/floor/tiled/dark/full,
/area/shuttle/lone_spacer/storage)
"UO" = (
/obj/item/clothing/accessory/scarf/lone_spacer_green,
/turf/simulated/wall/shuttle/raider,
/area/shuttle/lone_spacer/fore_hall)
"UQ" = (
/obj/effect/map_effect/marker/airlock/shuttle/lone_spacer,
/obj/machinery/airlock_sensor/airlock_exterior{
Expand Down Expand Up @@ -3084,15 +3141,20 @@
/area/shuttle/lone_spacer/washroom)
"XJ" = (
/obj/structure/table/wood,
/obj/item/gamehelm/pink{
icon_state = "closed_pink";
pixel_x = 5;
pixel_y = -2
},
/obj/effect/decal/cleanable/dirt,
/obj/item/device/flashlight/lamp/green{
pixel_y = 15;
pixel_x = 8
},
/obj/item/gamehelm/pink{
icon_state = "closed_pink";
pixel_x = -1
/obj/random/plushie{
pixel_y = 7;
pixel_x = -9
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/tiled/techfloor,
/area/shuttle/lone_spacer/bridge)
"XU" = (
Expand Down Expand Up @@ -35755,7 +35817,7 @@ YV
YV
yc
Bl
yc
hE
YV
YV
NY
Expand Down Expand Up @@ -38072,7 +38134,7 @@ Wu
Pg
Wu
IB
UO
Xn
ks
XE
lB
Expand Down
1 change: 1 addition & 0 deletions maps/away/ships/lone_spacer/lone_spacer_submaps.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
/obj/item/robot_parts/r_arm,
/obj/item/robot_parts/r_arm,
/obj/effect/decal/cleanable/dirt,
/obj/item/device/paint_sprayer,
/turf/simulated/floor/tiled/dark/full,
/area/shuttle/lone_spacer/storage)
"t" = (
Expand Down
Loading

0 comments on commit 8e00916

Please sign in to comment.