Skip to content

Commit

Permalink
Adds Animation to Classic Baton and Deputy Baton Attacks (#10148)
Browse files Browse the repository at this point in the history
Keeps Telescopic as is.
  • Loading branch information
Nakalon authored Dec 15, 2023
1 parent ab20e13 commit f40b420
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/objects/items/melee/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
//Police Baton
/obj/item/melee/classic_baton/police
name = "police baton"
stun_animation = TRUE

/obj/item/melee/classic_baton/police/attack(mob/living/target, mob/living/user)
if(!on)
Expand Down Expand Up @@ -325,6 +326,7 @@
force = 12
cooldown = 10
stamina_damage = 20
stun_animation = TRUE

//Telescopic Baton
/obj/item/melee/classic_baton/police/telescopic
Expand All @@ -335,6 +337,7 @@
lefthand_file = 'icons/mob/inhands/weapons/melee_lefthand.dmi'
righthand_file = 'icons/mob/inhands/weapons/melee_righthand.dmi'
stamina_damage = 0
stun_animation = FALSE
item_state = null
slot_flags = ITEM_SLOT_BELT
w_class = WEIGHT_CLASS_SMALL
Expand Down

0 comments on commit f40b420

Please sign in to comment.