Skip to content

Commit

Permalink
Lowers grenade throwspeed (ParadiseSS13#25921)
Browse files Browse the repository at this point in the history
  • Loading branch information
DGamerL authored Jun 29, 2024
1 parent 1ee77a0 commit 1b56455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/grenades/grenade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
icon = 'icons/obj/grenade.dmi'
icon_state = "grenade"
item_state = "grenade"
throw_speed = 4
throw_speed = 3
throw_range = 20
flags = CONDUCT
slot_flags = SLOT_FLAG_BELT
Expand Down

0 comments on commit 1b56455

Please sign in to comment.