Skip to content

Commit

Permalink
make neodoc happy?
Browse files Browse the repository at this point in the history
  • Loading branch information
TimGoll committed Jun 2, 2024
1 parent 15e0582 commit e57e0f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lua/ttt2/libraries/game_effects.lua
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,10 @@ if SERVER then
-- Explosive barrels rely on being ignited to explode after damaged by an explosion themselves
-- Because vFire removes default fires, we need to encourage more chain explosions
local function vFireTakeDamageReplacement(ent, dmg)
if hook.Call("vFireSuppressExplosionBehavior") then
---
-- @realm server
-- stylua: ignore
if hook.Run("vFireSuppressExplosionBehavior") then
return
end

Expand Down

0 comments on commit e57e0f0

Please sign in to comment.