mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
[READY] Refactors wet floors to a component (#36130)
* Wet Floor components * No more turf wet slide.
This commit is contained in:
committed by
yogstation13-bot
parent
7268bf8915
commit
33764678a2
5
code/controllers/subsystem/processing/wet_floors.dm
Normal file
5
code/controllers/subsystem/processing/wet_floors.dm
Normal file
@@ -0,0 +1,5 @@
|
||||
PROCESSING_SUBSYSTEM_DEF(wet_floors)
|
||||
name = "Wet floors"
|
||||
priority = FIRE_PRIORITY_WET_FLOORS
|
||||
wait = 15
|
||||
stat_tag = "WFP" //Used for logging
|
||||
Reference in New Issue
Block a user