diff --git a/code/game/objects/items/grenades/plastic.dm b/code/game/objects/items/grenades/plastic.dm index c83325200f17..d214c66b85d4 100644 --- a/code/game/objects/items/grenades/plastic.dm +++ b/code/game/objects/items/grenades/plastic.dm @@ -134,6 +134,7 @@ w_class = WEIGHT_CLASS_NORMAL icon_state = "satchel_charge0" item_state = "satchel_charge" + throw_range = 3 lefthand_file = 'icons/mob/inhands/weapons/bombs_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/bombs_righthand.dmi' boom_sizes = list(1, 2, 5)