Nukes karma (#20628)

* Nukes karma

* Skin + logic

* TGUI Build
This commit is contained in:
AffectedArc07
2023-03-14 19:14:47 +00:00
committed by GitHub
parent f33054212b
commit 72ba1ada7b
49 changed files with 73 additions and 922 deletions
+1 -1
View File
@@ -74,10 +74,10 @@
//Species traits.
#define NO_BLOOD "no_blood"
#define IS_WHITELISTED "whitelisted"
#define LIPS "lips"
#define EXOTIC_COLOR "exotic_blood_color"
#define NO_INTORGANS "no_internal_organs"
#define CAN_WINGDINGS "can_wingdings"
#define NO_CLONESCAN "no_clone_scan"
#define NO_HAIR "no_hair"
#define NOT_SELECTABLE "not_selectable"
-17
View File
@@ -1,17 +0,0 @@
// Jobs
#define KARMAPACKAGE_JOB_BLUESHIELD "JOB_Blueshield"
#define KARMAPACKAGE_JOB_BARBER "JOB_Barber"
#define KARMAPACKAGE_JOB_BRIGPHYSICIAN "JOB_BrigPhysician"
#define KARMAPACKAGE_JOB_NANOTRASENREPRESENTATIVE "JOB_NanotrasenRepresentative"
#define KARMAPACKAGE_JOB_SECURITYPODPILOT "JOB_SecurityPodPilot"
#define KARMAPACKAGE_JOB_MECHANIC "JOB_Mechanic"
#define KARMAPACKAGE_JOB_MAGISTRATE "JOB_Magistrate"
// Races
#define KARMAPACKAGE_SPECIES_GREY "SPECIES_Grey"
#define KARMAPACKAGE_SPECIES_KIDAN "SPECIES_Kidan"
#define KARMAPACKAGE_SPECIES_SLIMEPEOPLE "SPECIES_SlimePeople"
#define KARMAPACKAGE_SPECIES_VOX "SPECIES_Vox"
#define KARMAPACKAGE_SPECIES_DRASK "SPECIES_Drask"
#define KARMAPACKAGE_SPECIES_MACHINE "SPECIES_Machine"
#define KARMAPACKAGE_SPECIES_PLASMAMAN "SPECIES_Plasmaman"
+1 -1
View File
@@ -380,7 +380,7 @@
#define INVESTIGATE_BOMB "bombs"
// The SQL version required by this version of the code
#define SQL_VERSION 46
#define SQL_VERSION 47
// Vending machine stuff
#define CAT_NORMAL 1
+2 -2
View File
@@ -25,13 +25,13 @@
#define PREFTOGGLE_CHAT_GHOSTRADIO 512
#define PREFTOGGLE_SHOW_TYPING 1024
#define PREFTOGGLE_DISABLE_SCOREBOARD 2048
#define PREFTOGGLE_DISABLE_KARMA_REMINDER 4096
// #define PREFTOGGLE_DISABLE_KARMA_REMINDER 4096 // Defunct as of 2023-03-12
#define PREFTOGGLE_MEMBER_PUBLIC 8192
#define PREFTOGGLE_CHAT_NO_ADMINLOGS 16384
#define PREFTOGGLE_DONATOR_PUBLIC 32768
#define PREFTOGGLE_CHAT_NO_TICKETLOGS 65536
#define PREFTOGGLE_UI_DARKMODE 131072
#define PREFTOGGLE_DISABLE_KARMA 262144
// #define PREFTOGGLE_DISABLE_KARMA 262144 // Defunct as of 2023-03-12
#define PREFTOGGLE_CHAT_NO_MENTORTICKETLOGS 524288
#define PREFTOGGLE_TYPING_ONCE 1048576
#define PREFTOGGLE_AMBIENT_OCCLUSION 2097152