Update solargrub_subtype.dm

This commit is contained in:
Sharkmare
2019-03-05 02:39:27 +01:00
committed by GitHub
parent 62611ed221
commit fe52621595
@@ -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)
var/obj/machinery/power/drop = new /obj/machinery/power/smes/buildable/outpost_substation/grub(location)
drop.charge = charge
qdel(src)