mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Grants the white ship submaps (#29140)
* you will get a robotics bay and you will like it * also nanopaste * work * and kill those whoops * holy fuck how many times did I missclick * stop fucking unticking shit please fuck * colour coding * fix floor --------- Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
This commit is contained in:
co-authored by
warriorstar-orion
parent
d91c93ece6
commit
bb94eae308
@@ -58,8 +58,33 @@
|
||||
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/dvorak/turret_room
|
||||
name = "DVORAK turret room"
|
||||
|
||||
// Rocky Motel mapanips
|
||||
|
||||
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/rocky_motel
|
||||
name = "Rocky motel submap"
|
||||
|
||||
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/rocky_motel
|
||||
name = "Rocky motel submap"
|
||||
|
||||
// White ship mapmanips
|
||||
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/white_ship/medbay
|
||||
name = "white_ship medbay"
|
||||
color = COLOR_LIME
|
||||
|
||||
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/white_ship/medbay
|
||||
name = "white_ship medbay"
|
||||
color = COLOR_LIME
|
||||
|
||||
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/white_ship/storage
|
||||
name = "white_ship storage"
|
||||
color = COLOR_SUN
|
||||
|
||||
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/white_ship/storage
|
||||
name = "white_ship storage"
|
||||
color = COLOR_SUN
|
||||
|
||||
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/white_ship/gun_room
|
||||
name = "white_ship gun room"
|
||||
|
||||
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/white_ship/gun_room
|
||||
name = "white_ship gun room"
|
||||
|
||||
Reference in New Issue
Block a user