Re-add ash flora ex_act

This commit is contained in:
Mark van Alphen
2019-06-08 21:23:45 +02:00
parent babe7c1d75
commit 6235f464fe
+11
View File
@@ -27,6 +27,17 @@
if(prob(15))
harvest(null, TRUE)
/obj/structure/flora/ash/ex_act(severity, target)
switch(severity)
if(1)
qdel(src)
if(2)
if(prob(80))
qdel(src)
if(3)
if(prob(50))
qdel(src)
/obj/structure/flora/ash/proc/harvest(user, no_drop)
if(harvested)
return 0