Merge pull request #11697 from Markolie/tribalhealing

Add tribal splints, ash walker tweaks and Lavaland tweaks
This commit is contained in:
Fox McCloud
2019-08-09 17:22:22 -04:00
committed by GitHub
9 changed files with 63 additions and 30 deletions

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