From 9fd61b660d840f0c3116c8fead428aa5ffb6e207 Mon Sep 17 00:00:00 2001
From: Scorpion-117 <33163527+Scorpion-117@users.noreply.github.com>
Date: Fri, 10 May 2019 01:55:25 -0600
Subject: [PATCH] modifying to make it take far more power to produce
x
---
.../clockcult/clock_scriptures/scripture_drivers.dm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/code/modules/antagonists/clockcult/clock_scriptures/scripture_drivers.dm b/code/modules/antagonists/clockcult/clock_scriptures/scripture_drivers.dm
index 0a9a4315ad..552a747651 100644
--- a/code/modules/antagonists/clockcult/clock_scriptures/scripture_drivers.dm
+++ b/code/modules/antagonists/clockcult/clock_scriptures/scripture_drivers.dm
@@ -4,12 +4,12 @@
//Stargazer: Creates a stargazer, a cheap power generator that utilizes starlight.
/datum/clockwork_scripture/create_object/stargazer
- descname = "Generates Power From Starlight - Important!"
+ descname = "Generates Power From Starlight"
name = "Stargazer"
desc = "Forms a weak structure that generates power every second while within three tiles of starlight."
invocations = list("Capture their inferior light for us!")
channel_time = 50
- power_cost = 50
+ power_cost = 200
object_path = /obj/structure/destructible/clockwork/stargazer
creator_message = "You form a stargazer, which will generate power near starlight."
observer_message = "A large lantern-shaped machine forms!"