Merge pull request #5369 from Heroman3003/solargrub-nerf

Returns solargrub stun after being forced out of device
This commit is contained in:
Novacat
2019-06-25 02:38:38 -04:00
committed by GitHub
@@ -138,9 +138,10 @@ var/global/list/grub_machine_overlays = list()
sparks.start()
if(machine_effect)
QDEL_NULL(machine_effect)
set_AI_busy(FALSE)
ai_holder.target = null
powermachine.draining = 1
spawn(30)
set_AI_busy(FALSE)
/mob/living/simple_mob/animal/solargrub_larva/proc/do_ventcrawl(var/obj/machinery/atmospherics/unary/vent_pump/vent)
if(!vent)