Revert "Revert "Add the option to restrict the Engine that spawn""

This reverts commit d851beea16.
This commit is contained in:
r4d6
2019-12-23 10:25:37 -05:00
parent d851beea16
commit b909f54ba5
4 changed files with 19 additions and 1 deletions

View File

@@ -476,3 +476,8 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/start/new_player)
/obj/effect/landmark/stationroom/box/engine
template_names = list("Engine SM", "Engine Singulo", "Engine Tesla")
icon = 'icons/rooms/box/engine.dmi'
/obj/effect/landmark/stationroom/box/engine/New()
. = ..()
template_names = CONFIG_GET(keyed_list/box_random_engine)