Skip to content

Commit

Permalink
Test com
Browse files Browse the repository at this point in the history
  • Loading branch information
InfinityDevTech committed Nov 12, 2024
1 parent 49de3db commit 22ffc72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/room/planning/room/economy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ pub fn get_required_energy_storage(room: &Room) -> u32 {
let mut base_stock = config::ROOM_ENERGY_STOCKPILE;
let controller = room.controller().unwrap();

// Unplug test

if controller.level() >= 6 {
base_stock += 90000;
}
Expand Down

0 comments on commit 22ffc72

Please sign in to comment.