Skip to content

Commit

Permalink
Revert "return foarm subsystem(commented)"
Browse files Browse the repository at this point in the history
This reverts commit 6030929.
  • Loading branch information
dageavtobusnick committed Dec 16, 2024
1 parent 6030929 commit 5336eb3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions code/controllers/subsystem/fluids.dm
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,3 @@ 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 5336eb3

Please sign in to comment.