Merge pull request #4171 from Tastyfish/girder-identity-crisis

Fixes girder animal smash messages
This commit is contained in:
Fox McCloud
2016-04-11 18:42:55 -04:00
+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