Skip to content

Commit

Permalink
Shrink elemental ammo splash radius from 3 to 2 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qatavin authored Jan 9, 2025
1 parent 3feef34 commit b7fe598
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bobwarfare/prototypes/item/ammo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ data:extend({
type = "nested-result",
action = {
type = "area",
radius = 3,
radius = 2,
action_delivery = {
type = "instant",
target_effects = {
Expand Down Expand Up @@ -235,7 +235,7 @@ data:extend({
type = "nested-result",
action = {
type = "area",
radius = 3,
radius = 2,
action_delivery = {
type = "instant",
target_effects = {
Expand Down Expand Up @@ -289,7 +289,7 @@ data:extend({
type = "nested-result",
action = {
type = "area",
radius = 3,
radius = 2,
action_delivery = {
type = "instant",
target_effects = {
Expand Down Expand Up @@ -347,7 +347,7 @@ data:extend({
type = "nested-result",
action = {
type = "area",
radius = 3,
radius = 2,
action_delivery = {
type = "instant",
target_effects = {
Expand Down Expand Up @@ -1386,7 +1386,7 @@ data:extend({
type = "nested-result",
action = {
type = "area",
radius = 3,
radius = 2,
action_delivery = {
type = "instant",
target_effects = {
Expand Down

0 comments on commit b7fe598

Please sign in to comment.