Skip to content

Commit

Permalink
Revert lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored Feb 3, 2024
1 parent df7d90f commit b7a1f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/defaultexplosions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ function CreateScorchMarkSplat(obj, scale, army)
UpvaluedScorchSplatTextures[Random(1, ScorchSplatTexturesN)],
scale * 4, scale * 4,
200 + 150 * Random(),
60 + 60 * Random(),
300 * 300 * Random(),
army
)
end
Expand All @@ -639,7 +639,7 @@ function CreateScorchMarkDecal(obj, scale, army)
'', 'Albedo',
scale * 3, scale * 3,
200 + 150 * Random(),
60 + 60 * Random(),
300 * 300 * Random(),
army
)
end
Expand Down

0 comments on commit b7a1f32

Please sign in to comment.