code/__DEFINES/economy_defines.dm 
| ACCOUNT_SECURITY_ID | //ACOUNT SECURITY LEVELS//// There is no security on this account, it can be accessed through someone's ID card/account number | 
|---|---|
| ACCOUNT_SECURITY_PIN | Before accessing this account, the pin number must be provided | 
| ACCOUNT_SECURITY_RESTRICTED | This account can only be accessed through restricted terminals | 
| ACCOUNT_SECURITY_CC | This acount can only be accessed by admins/CC characters | 
| ACCOUNT_SECURITY_VENDOR | This account is only accessible to NPCs and Vendors (aka, only through code) | 
| CREW_MEMBER_STARTING_BALANCE | STARTING CASH AMOUNTS | 
| CREW_BASE_PAY_LOW | BASE PAY AMOUNTS | 
| DATABASE_LOG_THRESHHOLD | Transactions on money accounts will automatically be logged if they involve over 2500 space credits | 
| MAX_STACKABLE_CASH | //CASH LIMITS/CAPS///// The total amount of space cash that can be stacked | 
| MERCH_CAT_APPAREL | merch computer categories | 
| SUPPLY_EMERGENCY | supply packs | 
| MAIL_DELIVERY_BONUS | mail deliveries | 
Define Details
ACCOUNT_SECURITY_CC 
This acount can only be accessed by admins/CC characters
ACCOUNT_SECURITY_ID 
//ACOUNT SECURITY LEVELS//// There is no security on this account, it can be accessed through someone's ID card/account number
ACCOUNT_SECURITY_PIN 
Before accessing this account, the pin number must be provided
ACCOUNT_SECURITY_RESTRICTED 
This account can only be accessed through restricted terminals
ACCOUNT_SECURITY_VENDOR 
This account is only accessible to NPCs and Vendors (aka, only through code)
CREW_BASE_PAY_LOW 
BASE PAY AMOUNTS
CREW_MEMBER_STARTING_BALANCE 
STARTING CASH AMOUNTS
DATABASE_LOG_THRESHHOLD 
Transactions on money accounts will automatically be logged if they involve over 2500 space credits
MAIL_DELIVERY_BONUS 
mail deliveries
MAX_STACKABLE_CASH 
//CASH LIMITS/CAPS///// The total amount of space cash that can be stacked
MERCH_CAT_APPAREL 
merch computer categories
SUPPLY_EMERGENCY 
supply packs