From dc5f011c48f53afb21b2c6d3a9b93b3afbad0bf5 Mon Sep 17 00:00:00 2001 From: Ashe Higgs Date: Wed, 25 Oct 2017 22:44:20 -0400 Subject: [PATCH 1/2] Fixes being able to stack stargazers on one tile (#32085) --- .../gamemodes/clock_cult/clock_scriptures/scripture_drivers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/clock_cult/clock_scriptures/scripture_drivers.dm b/code/game/gamemodes/clock_cult/clock_scriptures/scripture_drivers.dm index a219d64666..a282ac3067 100644 --- a/code/game/gamemodes/clock_cult/clock_scriptures/scripture_drivers.dm +++ b/code/game/gamemodes/clock_cult/clock_scriptures/scripture_drivers.dm @@ -236,7 +236,7 @@ if(A.outdoors || A.map_name == "Space" || !A.blob_allowed) to_chat(invoker, "Stargazers can't be built off-station.") return - return TRUE + return ..() //Integration Cog: Creates an integration cog that can be inserted into APCs to passively siphon power.