its asking me to commit hold on

This commit is contained in:
lolman360
2020-08-23 17:01:32 +10:00
parent 2a3ada511e
commit 1deafc7103
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -286,7 +286,7 @@
if(!is_servant_of_ratvar(user))
user.DefaultCombatKnockdown(100)
user.dropItemToGround(src, TRUE)
user.visible_message("<span class='warning'>A powerful force shoves [user] away from [target]!</span>", "<span class='neovgre'>\""You shouldn't be touching tools that aren't yours.\"</span>")
user.visible_message("<span class='warning'>A powerful force shoves [user] away from [target]!</span>", "<span class='neovgre'>\"You shouldn't be touching tools that aren't yours.\"</span>")
if(ishuman(user))
var/mob/living/carbon/human/H = user
H.apply_damage(rand(force/2, force), BRUTE, pick(BODY_ZONE_L_ARM, BODY_ZONE_R_ARM))