mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
adjustments
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
var/revival_brain_life = -1
|
||||
|
||||
|
||||
var/ooc_during_round = 0
|
||||
var/auto_toggle_ooc_during_round = 0
|
||||
|
||||
//Used for modifying movement speed for mobs.
|
||||
//Unversal modifiers
|
||||
@@ -537,8 +537,8 @@
|
||||
config.revival_cloning = value
|
||||
if("revival_brain_life")
|
||||
config.revival_brain_life = value
|
||||
if("ooc_during_round")
|
||||
config.ooc_during_round = 1
|
||||
if("auto_toggle_ooc_during_round")
|
||||
config.auto_toggle_ooc_during_round = 1
|
||||
if("run_speed")
|
||||
config.run_speed = value
|
||||
if("walk_speed")
|
||||
|
||||
@@ -83,7 +83,7 @@ var/global/normal_ooc_colour = "#002eb8"
|
||||
world << "<B>The OOC channel has been globally disabled!</B>"
|
||||
|
||||
/proc/auto_toggle_ooc(var/on)
|
||||
if(!config.ooc_during_round && ooc_allowed != on)
|
||||
if(config.auto_toggle_ooc_during_round && ooc_allowed != on)
|
||||
toggle_ooc()
|
||||
|
||||
/client/proc/set_ooc(newColor as color)
|
||||
|
||||
Reference in New Issue
Block a user