Stuff for next patch.

This commit is contained in:
Hawk-v3
2012-03-01 21:06:06 +00:00
parent 2d61523f61
commit ca5f259857
2 changed files with 10 additions and 2 deletions
+6 -1
View File
@@ -49,6 +49,8 @@
var/alert_desc_red_downto = "The self-destruct mechanism has been deactivated, there is still however an immediate serious threat to the station. Security may have weapons unholstered at all times, random searches are allowed and advised."
var/alert_desc_delta = "The station's self-destruct mechanism has been engaged. All crew are instructed to obey all instructions given by heads of staff. Any violations of these orders can be punished by death. This is not a drill."
var/useircbot = 0
//game_options.txt configs
var/health_threshold_crit = 0
@@ -241,7 +243,10 @@
if("alert_delta")
config.alert_desc_delta = value
if("useircbot")
useircbot = 1
else
diary << "Unknown setting in configuration: '[name]'"