Skip to content

Commit 5dae135

Browse files
committed
Nicer missile trails.
1 parent f12b162 commit 5dae135

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

gamedata/weapondefs_post.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,18 @@ for name, weaponDef in pairs(WeaponDefs) do
148148
end
149149
end
150150

151+
--------------------------------------------------------------------------------
152+
--------------------------------------------------------------------------------
153+
--
154+
-- Nicer missile trails https://github.com/beyond-all-reason/RecoilEngine/pull/2736/files
155+
156+
for name, weaponDef in pairs(WeaponDefs) do
157+
if weaponDef.smoketrail and not weaponDef.smokeperiod then
158+
weaponDef.smokeperiod = 1
159+
end
160+
end
161+
162+
151163
--------------------------------------------------------------------------------
152164
--------------------------------------------------------------------------------
153165
--

0 commit comments

Comments
 (0)