Replaces Mice w/ Rats (#6625)

This commit is contained in:
ParadoxSpace
2019-07-06 00:03:35 +02:00
committed by Werner
parent 4e88af8be2
commit 6916089d4e
72 changed files with 556 additions and 508 deletions
+7 -7
View File
@@ -84,8 +84,8 @@ var/list/gamemode_cache = list()
var/allow_drone_spawn = 1 //assuming the admin allow them to.
var/drone_build_time = 1200 //A drone will become available every X ticks since last drone spawn. Default is 2 minutes.
var/disable_player_mice = 0
var/uneducated_mice = 0 //Set to 1 to prevent newly-spawned mice from understanding human speech
var/disable_player_rats = 0
var/uneducated_rats = 0 //Set to 1 to prevent newly-spawned mice from understanding human speech
var/usealienwhitelist = 0
var/limitalienplayers = 0
@@ -479,7 +479,7 @@ var/list/gamemode_cache = list()
if ("respawn_delay")
config.respawn_delay = text2num(value)
if("hacked_drones_limit")
config.hacked_drones_limit = text2num(value)
@@ -686,11 +686,11 @@ var/list/gamemode_cache = list()
if("nl_finish_hour")
config.nl_finish = text2num(value)
if("disable_player_mice")
config.disable_player_mice = 1
if("disable_player_rats")
config.disable_player_rats = 1
if("uneducated_mice")
config.uneducated_mice = 1
if("uneducated_rats")
config.uneducated_rats = 1
if("use_discord_pins")
config.use_discord_pins = 1