mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
disable geiger by default
This commit is contained in:
parent
a3ff403d2c
commit
a6aade38b9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user