Enables puddle reacting/spreading (#32211)

* Enables puddle reacting, fixes log runtime

* Fixes spreding too

Co-authored-by: kanef <kanef9x@protonmail.com>
This commit is contained in:
kane-f
2022-03-13 17:29:55 +00:00
committed by GitHub
parent a6d2c08475
commit 7ecbd70997
4 changed files with 17 additions and 16 deletions

View File

@@ -175,8 +175,8 @@
var/emag_recharge_rate = 0
var/emag_recharge_ticks = 0
var/puddle_spreading = 0 //If puddles can spread
var/puddle_reactions = 0 //If puddles can react chemicals in them
var/puddle_spreading = 1 //If puddles can spread
var/puddle_reactions = 1 //If puddles can react chemicals in them
var/map_voting = 0
var/renders_url = ""
@@ -588,10 +588,10 @@
multiz_render_cap = text2num(value)
if("multiz_bottom_cap")
multiz_bottom_cap = text2num(value)
if("enable_puddle_spread")
config.puddle_spreading = 1
if("enable_puddle_react")
config.puddle_reactions = 1
if("disable_puddle_spread")
config.puddle_spreading = 0
if("disable_puddle_react")
config.puddle_reactions = 0
if("media_base_url")
media_base_url = value