mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-26 06:07:03 +01:00
two new engines: diy - blank canvas to build your own stuff diy_sm - an empty room with a crystal in it, make your own chamber!! config changes
13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
// Boxstation
|
|
// Engine
|
|
|
|
/datum/map_template/ruin/station/box/engine/diy
|
|
id = "engine_diy"
|
|
suffix = "Box/Engine/splurt/diy.dmm"
|
|
name = "Box DIY"
|
|
|
|
/datum/map_template/ruin/station/box/engine/diy_sm
|
|
id = "engine_diysm"
|
|
suffix = "Box/Engine/splurt/diy_sm.dmm"
|
|
name = "Box DIY_SM"
|