mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
move frontier stuff over to new files
This commit is contained in:
@@ -68,3 +68,8 @@
|
||||
#define GMESSENGER "Grey Messenger Bag"
|
||||
/// Backpack type: Leather satchel
|
||||
#define LSATCHEL "Leather Satchel"
|
||||
// BUBBER EDIT BEGIN
|
||||
#define FBACKPACK "Frontier Backpack"
|
||||
#define FSATCHEL "Frontier Satchel"
|
||||
#define FMESSENGER "Frontier Messenger Bag"
|
||||
// BUBBER EDIT END
|
||||
|
||||
@@ -8,4 +8,7 @@ GLOBAL_LIST_INIT(backpacklist, list(
|
||||
GSATCHEL,
|
||||
GMESSENGER,
|
||||
LSATCHEL,
|
||||
FBACKPACK, // BUBBER EDIT BEGIN
|
||||
FSATCHEL,
|
||||
FMESSENGER, // BUBBER EDIT END
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user