disable geiger by default

This commit is contained in:
Raymix 2017-10-22 17:28:51 +01:00
parent a3ff403d2c
commit a6aade38b9

View File

@ -60,9 +60,8 @@ EPOCH_lastFiredLocation = [];
//Radiation
EPOCH_geiger_shown = false;
EPOCH_geiger_on = false;
EPOCH_geiger_mute_counter = false;
EPOCH_geiger_mute_warning = false;
EPOCH_geiger_mute_counter = true;
EPOCH_geiger_mute_warning = true;
EPOCH_ambientRadiation = 0; //TODO: needs to go server side. Adds constant incremental radiation to all players. Use in special events.
rmx_var_drag_MouseDown = false;