mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
PROCESSING_SUBSYSTEM_DEF(wet_floors)
|
|
name = "Wet floors"
|
|
priority = FIRE_PRIORITY_WET_FLOORS
|
|
wait = 10
|
|
stat_tag = "WFP" //Used for logging
|
|
var/temperature_coeff = 2
|
|
var/time_ratio = 1.5 SECONDS
|