mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-18 20:53:55 +01:00
Felinids now use Mutant instead of Human
Skin tones will be posted for people who need them.
This commit is contained in:
@@ -7,3 +7,11 @@
|
||||
FACEHAIR,
|
||||
LIPS,
|
||||
)
|
||||
bodypart_overrides = list(
|
||||
BODY_ZONE_HEAD = /obj/item/bodypart/head/mutant,
|
||||
BODY_ZONE_CHEST = /obj/item/bodypart/chest/mutant,
|
||||
BODY_ZONE_L_ARM = /obj/item/bodypart/arm/left/mutant,
|
||||
BODY_ZONE_R_ARM = /obj/item/bodypart/arm/right/mutant,
|
||||
BODY_ZONE_L_LEG = /obj/item/bodypart/leg/left/mutant,
|
||||
BODY_ZONE_R_LEG = /obj/item/bodypart/leg/right/mutant,
|
||||
)
|
||||
|
||||
+2
-1
@@ -6537,6 +6537,7 @@
|
||||
#include "modular_skyrat\modules\xenos_skyrat_redo\code\xeno_types\sentinel.dm"
|
||||
#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"
|
||||
#include "modular_zubbers\modules\Dynamic\MidroundRulesets.dm"
|
||||
|
||||
// END_INCLUDE
|
||||
|
||||
Reference in New Issue
Block a user