add radioactivity sign to "OVERLOAD" reactor setting

This commit is contained in:
yuni 2024-10-04 00:08:04 +02:00
parent a2423fa642
commit 09f0d16d7e

View file

@ -527,7 +527,7 @@ pub fn update_menu(
let state = match settings.reactor_state {
0 => "Off",
1 => "On",
2 => "OVERLOAD",
2 => "OVERLOAD",
_ => "ERROR",
};
let p = actor::POWER_GAIN_REACTOR[settings.reactor_state];