Fix explosive chance

This commit is contained in:
Mark van Alphen
2019-06-01 05:19:11 +02:00
parent d384c42354
commit feb0a1ceec
+2 -2
View File
@@ -31,10 +31,10 @@
if(1)
qdel(src)
if(2)
prob(80)
if(prob(80))
qdel(src)
if(3)
prob(50)
if(prob(50))
qdel(src)
/obj/structure/flora/ash/proc/harvest(user, no_drop)