From d313c5edc0d4b3b191361b7f93eb80fef19a9cac Mon Sep 17 00:00:00 2001 From: Theos Date: Fri, 9 Oct 2020 08:51:43 -0400 Subject: [PATCH] snowballs deal stamina damage --- code/game/objects/items/toys.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm index 4c02387aec90..d808246f9d16 100644 --- a/code/game/objects/items/toys.dm +++ b/code/game/objects/items/toys.dm @@ -1156,7 +1156,8 @@ desc = "A compact ball of snow. Good for throwing at people." icon = 'icons/obj/toy.dmi' icon_state = "snowball" - throwforce = 12 //pelt your enemies to death with lumps of snow + throwforce = 20 + damtype = STAMINA /obj/item/toy/snowball/afterattack(atom/target as mob|obj|turf|area, mob/user) . = ..()