1
0
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:
NG (Graham)
2026-01-13 17:50:40 -05:00
parent a8a614830c
commit d04984239c
3 changed files with 33 additions and 4 deletions

View File

@@ -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,