Assembly holders get destroyed by explosions.

This commit is contained in:
alex-gh
2014-01-16 17:10:41 +01:00
parent 1b4a48a8f7
commit fd9c78dd85
+14 -3
View File
@@ -183,9 +183,20 @@
return 1
ex_act(severity)
switch(severity)
if(1.0)
del(src)
return
if(2.0)
if (prob(50))
del(src)
return
if(3.0)
if (prob(25))
del(src)
return
return