Fix Lavaland swarmers

This commit is contained in:
Mark van Alphen
2019-06-01 05:05:11 +02:00
parent 7ead9e65c0
commit d384c42354
2 changed files with 60 additions and 11 deletions
+11
View File
@@ -26,6 +26,17 @@
if(prob(15))
harvest(null, TRUE)
/obj/structure/flora/ash/ex_act(severity, target)
switch(severity)
if(1)
qdel(src)
if(2)
prob(80)
qdel(src)
if(3)
prob(50)
qdel(src)
/obj/structure/flora/ash/proc/harvest(user, no_drop)
if(harvested)
return 0