Merge pull request #14543 from qweq12yt/cargo-bugfixes

Cargo bugfixes
This commit is contained in:
silicons
2021-04-18 18:52:54 -06:00
committed by GitHub
6 changed files with 64 additions and 14 deletions
+2 -3
View File
@@ -60,6 +60,5 @@ GLOBAL_LIST_INIT(podstyles, list(\
))
//cit
#define PACK_GOODY_NONE 0
#define PACK_GOODY_PUBLIC 1 //can be bought by both privates and cargo
#define PACK_GOODY_PRIVATE 2 //can be bought only by privates
#define PACK_GOODY_NONE 0 // can be bought by cargo and privates
#define PACK_GOODY_PRIVATE 1 // can be bought only by privates