Revert "Adds a new event - Solargrubs!"

This commit is contained in:
Spades
2017-09-09 12:24:37 -04:00
committed by GitHub
parent 6038c0a81f
commit 6eb472f31d
12 changed files with 2 additions and 205 deletions
-13
View File
@@ -1,13 +0,0 @@
/obj/effect/spider/spiderling/grub
name = "grub larva"
desc = "It never stays still for long."
//M.icon = 'grub_vr.dmi'
icon_state = "spiderling"
obj/effect/spider/spiderling/grub/process()
if(amount_grown >= 100)
var/spawn_type = /mob/living/simple_animal/retaliate/solargrub
new spawn_type(src.loc, src)
qdel(src)
else
..()