Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 08b4490

Browse files
authored
SM now spawns more than Tesla (#19393)
1 parent 580707c commit 08b4490

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

yogstation/code/game/objects/effects/landmarks.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ GLOBAL_LIST_EMPTY(chosen_station_templates)
104104
return TRUE
105105

106106
/obj/effect/landmark/stationroom/box/engine
107-
template_names = list("Engine SM" = 50, "Engine Singulo And Tesla" = 50, "Engine TEG" = 0)
107+
template_names = list("Engine SM" = 60, "Engine Singulo And Tesla" = 40, "Engine TEG" = 0)
108108
icon = 'yogstation/icons/rooms/box/engine.dmi'
109109

110110
/obj/effect/landmark/stationroom/box/engine/choose()
@@ -140,7 +140,7 @@ GLOBAL_LIST_EMPTY(chosen_station_templates)
140140
template_names = list("Chapel 1", "Chapel 2")
141141

142142
/obj/effect/landmark/stationroom/meta/engine
143-
template_names = list("Meta Singulo And Tesla" = 50, "Meta SM" = 50, "Meta TEG" = 0)
143+
template_names = list("Meta Singulo And Tesla" = 40, "Meta SM" = 60, "Meta TEG" = 0)
144144

145145
/obj/effect/landmark/stationroom/meta/engine/choose()
146146
. = ..()

0 commit comments

Comments
 (0)