Skip to content

Commit

Permalink
fix: homerun issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Fullonibus committed Nov 10, 2023
1 parent f640a5f commit 08604e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modular_ss220/objects/code/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,7 @@
H.update_inv_r_hand()
playsound(loc, extend_sound, 50, TRUE)
add_fingerprint(user)

/obj/item/melee/baseball_bat/homerun/central_command/attack(mob/living/target, mob/living/user)
. = ..()
homerun_ready = 1

0 comments on commit 08604e8

Please sign in to comment.