mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Icebox ruin: RoroCo glove factory (#92473)
## About The Pull Request Adds a new surface ruin to icebox, the RoroCo factory. Contains a couple of puzzles, and a small amount of loot in the form of ~~3 total pairs of insulated gloves~~ a pair of insulated gloves, two adorable roros and a cool unique labcoat. Just don't ask where the gloves come from... Puzzles can of course be avoided/brute-forced by breaking down the walls but that's for chumps. <img width="1152" height="1024" alt="Space Station 13 2025-08-06 221903" src="https://github.com/user-attachments/assets/21050aa6-9b27-494d-a949-7496aeda18cf" /> ## Why It's Good For The Game The upcoming 1x3 icebox surface calls for more ruin content to help fill that space. ## Changelog 🆑 add: A new insulated glove factory has popped up on the ice moon. add: Freezer floor tiles now come in the full range of shapes. /🆑
This commit is contained in:
@@ -187,7 +187,8 @@
|
||||
|
||||
//Bottom
|
||||
|
||||
/obj/effect/turf_decal/syndicateemblem/bottom/left
|
||||
/obj/effect/turf_decal/syndicateemblem/bottom/left/obj/effect/turf_decal/raven/nine
|
||||
icon_state = "RAVEN9"
|
||||
icon_state = "synd1,1"
|
||||
|
||||
/obj/effect/turf_decal/syndicateemblem/bottom/middle
|
||||
@@ -219,6 +220,9 @@
|
||||
icon_state = "synd3,3"
|
||||
|
||||
|
||||
/obj/effect/turf_decal/roroco
|
||||
icon_state = "roroco"
|
||||
|
||||
/obj/effect/turf_decal/mining
|
||||
icon_state = "mining"
|
||||
|
||||
|
||||
@@ -645,6 +645,13 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/blood_geometer
|
||||
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/singletank_bomb, 32)
|
||||
|
||||
/obj/structure/sign/poster/contraband/roroco
|
||||
name = "Roroco Gloves"
|
||||
desc = "Roro says: Wear RoroCo insulated gloves, the safest brand on the market."
|
||||
icon_state = "roroco"
|
||||
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/roroco, 32)
|
||||
|
||||
///a special poster meant to fool people into thinking this is a bombable wall at a glance.
|
||||
/obj/structure/sign/poster/contraband/fake_bombable
|
||||
name = "fake bombable poster"
|
||||
|
||||
Reference in New Issue
Block a user