mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Add cost for garage clone and upgrade #70
This commit is contained in:
@@ -55,7 +55,7 @@ fn default_slot_upgrades() -> Vec<GarageSlotUpgrade> {
|
||||
vec![
|
||||
GarageSlotUpgrade {
|
||||
cpu: 100,
|
||||
cost: 100,
|
||||
cost: 0, // the first needs to be zero cost otherwise the client doesn't do upgrade cost math correctly
|
||||
},
|
||||
GarageSlotUpgrade {
|
||||
cpu: 200,
|
||||
|
||||
Reference in New Issue
Block a user