From 2a54b26800743296d0e8a6ddb0d2be965e9d9573 Mon Sep 17 00:00:00 2001 From: Lucy Date: Mon, 10 Mar 2025 22:10:47 -0400 Subject: [PATCH] Remove the TEG and SM-TEG from the random engine rotation on Box Station --- monkestation/code/random_rooms/engines/boxstation.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/monkestation/code/random_rooms/engines/boxstation.dm b/monkestation/code/random_rooms/engines/boxstation.dm index a62661e1c878..566578ec1899 100644 --- a/monkestation/code/random_rooms/engines/boxstation.dm +++ b/monkestation/code/random_rooms/engines/boxstation.dm @@ -19,6 +19,7 @@ weight = 10 station_name = "Box Station" +/* /datum/map_template/random_room/random_engines/box_teg name = "Box TEG Engine" room_id = "box_teg" @@ -38,3 +39,4 @@ template_width = 29 weight = 6 station_name = "Box Station" +*/