Skip to content

Commit

Permalink
moves the bullet act outside (#26109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwertytoforty authored Jul 2, 2024
1 parent d7ef701 commit b7049b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/components/riding/riding_vehicle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
if(can_slow_down)
RegisterSignal(rider, COMSIG_MOVE_INTENT_TOGGLED, PROC_REF(toggle_move_delay))
toggle_move_delay(rider)
RegisterSignal(rider, COMSIG_ATOM_BULLET_ACT, PROC_REF(check_knockoff))
RegisterSignal(rider, COMSIG_ATOM_BULLET_ACT, PROC_REF(check_knockoff))

/datum/component/riding/vehicle/scooter/skateboard/handle_unbuckle(mob/living/rider)
. = ..()
Expand Down

0 comments on commit b7049b9

Please sign in to comment.