Skip to content

Commit

Permalink
return foam subsystem(commented)
Browse files Browse the repository at this point in the history
  • Loading branch information
dageavtobusnick committed Dec 16, 2024
1 parent e66c8ed commit cc89647
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/controllers/subsystem/fluids.dm
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,11 @@ FLUID_SUBSYSTEM_DEF(smoke)
name = "Smoke"
spread_wait = 0.1 SECONDS
effect_wait = 2.0 SECONDS
/*
/// The subsystem responsible for processing foam propagation and effects.
FLUID_SUBSYSTEM_DEF(foam)
name = "Foam"
wait = 0.1 SECONDS // Makes effect bubbling work with foam.
spread_wait = 0.2 SECONDS
effect_wait = 0.2 SECONDS
*/ // Not used

0 comments on commit cc89647

Please sign in to comment.