thrown stuff (#1367)

This commit is contained in:
Azarak
2020-10-19 18:52:33 +01:00
committed by GitHub
parent 4bf4870d66
commit 199a27d7c0
4 changed files with 2 additions and 5 deletions
+2
View File
@@ -167,6 +167,8 @@
power_throw++
if(pulling && grab_state >= GRAB_NECK)
power_throw++
do_attack_animation(target, no_effect = 1) //SKYRAT EDIT ADDITION - AESTHETICS
playsound(loc, 'sound/weapons/punchmiss.ogg', 50, TRUE, -1) //SKYRAT EDIT ADDITION - AESTHETICS
visible_message("<span class='danger'>[src] throws [thrown_thing][power_throw ? " really hard!" : "."]</span>", \
"<span class='danger'>You throw [thrown_thing][power_throw ? " really hard!" : "."]</span>")
log_message("has thrown [thrown_thing] [power_throw ? "really hard" : ""]", LOG_ATTACK)