Revert "Blueberry Virus"

This commit is contained in:
MrSky12
2024-06-03 15:49:20 +02:00
committed by GitHub
parent 06d72f983b
commit 87e0d1bf96
6 changed files with 2 additions and 108 deletions
+1 -2
View File
@@ -159,7 +159,6 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
S["noncon_weight_gain"] >> noncon_weight_gain
S["max_weight"] >> max_weight
S["stuckage"] >> stuckage
S["blueberry_inflation"] >> blueberry_inflation
//try to fix any outdated data if necessfary
@@ -301,7 +300,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
WRITE_FILE(S["noncon_weight_gain"], noncon_weight_gain)
WRITE_FILE(S["max_weight"], max_weight)
WRITE_FILE(S["stuckage"], stuckage)
WRITE_FILE(S["blueberry_inflation"], blueberry_inflation)
return 1