mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
9 lines
318 B
Plaintext
9 lines
318 B
Plaintext
if ('ItemGeigerCounter_EPOCH' in assignedItems player) then {
|
|
if (!EPOCH_geiger_mute_counter || !EPOCH_geiger_mute_warning || EPOCH_geiger_shown) then { //only run if geiger activated
|
|
_radiatedObjMaxRange call epoch_geiger_simulate;
|
|
};
|
|
} else {
|
|
if (EPOCH_geiger_shown) then {
|
|
call epoch_geiger_show_hide;
|
|
};
|
|
}; |