Merge pull request #3380 from Ketrai/patch-8

Nerfs solargrub drain speed.
This commit is contained in:
Aronai Sieyes
2018-04-06 15:34:44 -04:00
committed by GitHub
@@ -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