From 4773f763a3a5c353d8fdc1e3ccc5a96cdb6a9e0d Mon Sep 17 00:00:00 2001 From: iloveloopers <140007537+iloveloopers@users.noreply.github.com> Date: Sat, 6 Apr 2024 11:48:50 -0400 Subject: [PATCH] Update code/game/objects/items/explosives/warhead.dm Co-authored-by: Drathek <76988376+Drulikar@users.noreply.github.com> --- code/game/objects/items/explosives/warhead.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/explosives/warhead.dm b/code/game/objects/items/explosives/warhead.dm index d5c3cb16c681..bb0af93727e1 100644 --- a/code/game/objects/items/explosives/warhead.dm +++ b/code/game/objects/items/explosives/warhead.dm @@ -13,7 +13,7 @@ allow_star_shape = FALSE matter = list("metal" = 11250) //3 sheets reaction_limits = list( "max_ex_power" = 215, "base_ex_falloff" = 90,"max_ex_shards" = 64, - "max_fire_rad" = 7, "max_fire_int" = 40, "max_fire_dur" = 48, + "max_fire_rad" = 6, "max_fire_int" = 40, "max_fire_dur" = 48, "min_fire_rad" = 2, "min_fire_int" = 4, "min_fire_dur" = 5 ) has_blast_wave_dampener = TRUE