mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
fuck
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user