Fixes girder animal smash messages

This commit is contained in:
Tastyfish
2016-04-11 13:51:31 -04:00
parent 6404a5ee97
commit 68b936f0e1
+2 -2
View File
@@ -17,9 +17,9 @@
if(M.environment_smash >= 1)
if(M.environment_smash == 3)
ex_act(2)
visible_message("<span class='warning'>You smash through \the [src].</span>", "<span class='warning'>[M] smashes through \the [src].</span>")
M.visible_message("<span class='warning'>[M] smashes through \the [src].</span>", "<span class='warning'>You smash through \the [src].</span>")
else
visible_message("<span class='warning'>You smash against \the [src].</span>", "<span class='warning'>[M] smash against \the [src].</span>")
M.visible_message("<span class='warning'>[M] smashes against \the [src].</span>", "<span class='warning'>You smash against \the [src].</span>")
take_damage(rand(25, 75))
return