This commit is contained in:
Meiler
2023-03-06 03:15:24 +01:00
parent 62914d3d1d
commit 986e948bd4
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
// Modular file for whitelist bitflag defines
/// Quirk only applicable to a roundstartslime
#define QUIRK_SLIMEPERSON_ONLY (0<<1)
#define QUIRK_SLIMEPERSON_ONLY (1<<0)
+1 -1
View File
@@ -10,7 +10,7 @@
/// Flags related to this quirk.
var/quirk_flags = QUIRK_HUMAN_ONLY
/// Flags related to species whitelists.
var/quirk_whitelist_flags = 0 //BUBBER EDIT - Species whitelists
var/quirk_whitelist_flags //BUBBER EDIT - Species whitelists // Whitelist bitflags in code/__DEFINES/~~bubber_defines/quirk_whitelist.dm
/// Reference to the mob currently tied to this quirk datum. Quirks are not singletons.
var/mob/living/quirk_holder
/// Text displayed when this quirk is assigned to a mob (and not transferred)