This commit is contained in:
Dip
2020-11-27 15:01:34 -03:00
parent 238ab653c4
commit 7f7dd54b86
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -138,8 +138,8 @@
H.Knockdown(80)
playsound(src, 'sound/effects/woodhit.ogg', 60, TRUE, 1)
else
H.visible_message("<span class='danger'>[H] falls in the drained pool, and cracks his skull!</span>",
"<span class='userdanger'>You fall in the drained pool, and crack your skull!</span>")
H.visible_message("<span class='danger'>[H] falls in the drained pool and cracks their skull!</span>",
"<span class='userdanger'>You fall in the drained pool and crack your skull!</span>")
H.apply_damage(15, BRUTE, "head")
H.Knockdown(200) // This should hurt. And it does.
playsound(src, 'sound/effects/woodhit.ogg', 60, TRUE, 1)