Update solargrub_subtype.dm

This commit is contained in:
Sharkmare
2019-03-05 02:55:11 +01:00
committed by GitHub
parent fe52621595
commit b346a49fd4
@@ -32,6 +32,6 @@
/mob/living/simple_animal/retaliate/solargrub/smes/death()
..()
var/obj/machinery/power/drop = new /obj/machinery/power/smes/buildable/outpost_substation/grub(location)
drop.charge = charge
/*var/obj/machinery/power/drop = */new /obj/machinery/power/smes/buildable/outpost_substation/grub(location)
//drop.charge = charge //Solargrubs dont fucking keep track of charge wtf
qdel(src)