mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
* Initial merge * Map files * dme mon ami * Cult span renames * updatepaths * AltClick renamed to click_alt * beefman hair color stuff * bye bye beefman viro * get_all_gear * Updated mentor refresh verb * bloodsucker rack atom_deconstruct * removed LateInitialize from nanites machines * brain trauama now calls parent on_lose * readme * greyscale fulp edit * arrival sound fulp edit * tgui routes fulp edit * build.js fulp edit * fulpui-patches * Missed a couple of shuttles * tgui files * Map updates * tgui tweaks and screenshots * fixed typo * halloween beacon texture * Vault piggy banks * beacon icon fr * Selene cargo chat console * selene labour shuttle * Photobooths! * Moved photobooth button on selene * Theia updates * Reset maps.txt * Order consoles * Ports TG's #82906, fixes plasma cutters * Theia vault piggy bank * CLICK_ACTION_SUCCESS for coffin alt clicking
16 lines
489 B
Plaintext
16 lines
489 B
Plaintext
///Goes in the Weapon slot.
|
|
#define WEAPON_SLOT "Weapon"
|
|
///Goes in the Armor slot.
|
|
#define ARMOR_SLOT "Armor"
|
|
|
|
//Worlds found in Battle Arcade
|
|
#define BATTLE_WORLD_ONE "The Plains"
|
|
#define BATTLE_WORLD_TWO "The Forest"
|
|
#define BATTLE_WORLD_THREE "The Mountains"
|
|
#define BATTLE_WORLD_FOUR "The Desert"
|
|
#define BATTLE_WORLD_FIVE "The Swamp"
|
|
#define BATTLE_WORLD_SIX "The Ocean"
|
|
#define BATTLE_WORLD_SEVEN "The Sky"
|
|
#define BATTLE_WORLD_EIGHT "The Moon"
|
|
#define BATTLE_WORLD_NINE "The Void"
|