diff --git a/code/game/objects/items/weapons/stunbaton.dm b/code/game/objects/items/weapons/stunbaton.dm index 327941dc04b..def3b703f1f 100644 --- a/code/game/objects/items/weapons/stunbaton.dm +++ b/code/game/objects/items/weapons/stunbaton.dm @@ -243,9 +243,9 @@ force = 3 throwforce = 5 knockdown_duration = 6 SECONDS - stam_damage = 40 // three hits to crit + w_class = WEIGHT_CLASS_BULKY hitcost = 2000 - slot_flags = SLOT_BACK + slot_flags = SLOT_BACK | SLOT_BELT var/obj/item/assembly/igniter/sparkler = null /obj/item/melee/baton/cattleprod/Initialize(mapload) diff --git a/icons/mob/clothing/belt.dmi b/icons/mob/clothing/belt.dmi index 4fa264a9aa7..a6a07c61088 100644 Binary files a/icons/mob/clothing/belt.dmi and b/icons/mob/clothing/belt.dmi differ