slight buff? may be overreaching

This commit is contained in:
Hatterhat
2020-07-25 00:09:53 -05:00
parent 89dd937a9c
commit 47d63296d0
+2
View File
@@ -293,8 +293,10 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
/obj/item/melee/bokken/attack_self(mob/user)
harm = !harm
if(harm)
force -= 2
damtype = BRUTE
else
force += 2
damtype = STAMINA
to_chat(user, "<span class='notice'>[src] is now [harm ? "harmful" : "not quite as harmful"].</span>")