Xeno Tweaking

This commit is contained in:
Fox-McCloud
2014-12-16 20:26:27 -05:00
parent f3df63247d
commit 84b9f05149
20 changed files with 351 additions and 416 deletions
+2 -2
View File
@@ -1505,8 +1505,8 @@ datum
O.show_message(text("\blue The fungi are completely dissolved by the solution!"), 1)
reaction_obj(var/obj/O, var/volume)
if(istype(O,/obj/effect/alien/weeds/))
var/obj/effect/alien/weeds/alien_weeds = O
if(istype(O,/obj/structure/alien/weeds/))
var/obj/structure/alien/weeds/alien_weeds = O
alien_weeds.health -= rand(15,35) // Kills alien weeds pretty fast
alien_weeds.healthcheck()
else if(istype(O,/obj/effect/glowshroom)) //even a small amount is enough to kill it