mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Felinid Bandaid Fix
Lets Felinids use the Mutant color instead of Skintones. Plan to change how skintones work so we can ditch it.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/datum/species/human/felinid
|
||||
use_skintones = FALSE
|
||||
species_traits = list(
|
||||
MUTCOLORS,
|
||||
EYECOLOR,
|
||||
HAIR,
|
||||
FACEHAIR,
|
||||
LIPS,
|
||||
)
|
||||
@@ -6538,4 +6538,5 @@
|
||||
#include "modular_skyrat\modules\xenos_skyrat_redo\code\xeno_types\spitter.dm"
|
||||
#include "modular_skyrat\modules\xenos_skyrat_redo\code\xeno_types\warrior.dm"
|
||||
#include "modular_zubbers\modules\Dynamic\MidroundRulesets.dm"
|
||||
#include "modular_zubbers\code\modules\mob\living\carbon\human\species_types\felinid.dm"
|
||||
// END_INCLUDE
|
||||
|
||||
Reference in New Issue
Block a user