mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-26 13:36:48 +01:00
Merge pull request #3380 from Ketrai/patch-8
Nerfs solargrub drain speed.
This commit is contained in:
@@ -77,8 +77,8 @@ List of things solar grubs should be able to do:
|
||||
sparks.start()
|
||||
anchored = 1
|
||||
PN = attached.powernet
|
||||
PN.draw_power(150000)
|
||||
var/apc_drain_rate = 4000 //5000 seems a bit high, knocking it down to 4000
|
||||
PN.draw_power(100000) // previous value 150000
|
||||
var/apc_drain_rate = 750 //Going to see if grubs are better as a minimal bother. previous value : 4000
|
||||
for(var/obj/machinery/power/terminal/T in PN.nodes)
|
||||
if(istype(T.master, /obj/machinery/power/apc))
|
||||
var/obj/machinery/power/apc/A = T.master
|
||||
@@ -116,4 +116,4 @@ List of things solar grubs should be able to do:
|
||||
. = ..()
|
||||
if(. == 0 && !is_dead())
|
||||
set_light(2.5, 1, COLOR_YELLOW)
|
||||
return 1
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user