Skip to content

Commit

Permalink
Update code/game/objects/items/explosives/warhead.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
iloveloopers and Drulikar committed Apr 6, 2024
1 parent ac18684 commit 4773f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/explosives/warhead.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4773f76

Please sign in to comment.