mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
## About The Pull Request Box Station is known for its incredibly lackluster chemistry room for plumbing. This hopes to resolve that by pushing the orderly room downwards. See screenshots. This PR also slightly revamps the insides of dorm rooms themselves. 1x2 and 2x2 Largebeds from infinidorms now have their own spot in Box Station dorms for those that prefer it. See screenshots again. This PR also fixes some misplaced floor decals on Box and Ouroboros. ## Why It's Good For The Game Slightly more room for mass plumbing (along with the plumbing layering revert) on Box Station should be viable now. & Big bed option for big person now on box is an option. 🥴 ## Proof Of Testing <details> <summary>Screenshots!</summary> <img width="982" height="875" alt="image" src="https://github.com/user-attachments/assets/283146c5-a480-4a00-a68b-c7aa2a7ae766" /> <img width="942" height="878" alt="image" src="https://github.com/user-attachments/assets/ddfd9d34-a82e-434c-bd5a-832cd46a744d" /> <img width="312" height="642" alt="image" src="https://github.com/user-attachments/assets/0ec18567-f864-4d56-bc6b-2f3156a1efd9" /> </details> ## Changelog 🆑 map: Box Station's Medical Sec outpost has been moved lower to give chemistry more area for plumbing. map: Box Station's Dorm rooms have been given some different, larger beds. map: Fixed some floor decals on Ouroboros. /🆑
14 lines
879 B
Plaintext
14 lines
879 B
Plaintext
// Slap some pre-made written notes or papers around the map to add some flavor and worldbuilding.
|
|
// Maybe even some hints for players who are new to the map or the game in general.
|
|
|
|
/obj/item/paper/fluff/angryce
|
|
name = "angrily written note"
|
|
desc = "Coffee stains are all over this note. Seems like someone used it as a coffee coaster."
|
|
color = "#97745d"
|
|
default_raw_text = {"Friendly reminder from your chief engineer, to all of you lazy hardhats confused at the break room this shift; <br>
|
|
<br> DO YOU ALL REALLY NEED A COUCH THAT FUCKING BIG?!?!? I MEAN, I GET IT, IT'S A BIG ROOM, BUT COME ON.
|
|
<br> I WENT AHEAD AND REPLACED THE COUCH WITH A SMALLER ONE. (WHICH IS HONESTLY STILL TOO FUCKING BIG.) AND LAID SOME CIRCUIT MACHINES.
|
|
<br>
|
|
<br> IF YOU'RE GONNA SIT ON THE SOFA ALL DAMN DAY, YOU MIGHT AS WELL PRESS SOME BUTTONS AND BE PRODUCTIVE WHILE YOU'RE AT IT.
|
|
"}
|