Skip to content

Commit

Permalink
decadent
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerev4r committed Sep 29, 2024
1 parent b55b024 commit b46dd37
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
)
changesource_flags = MIRROR_BADMIN | WABBAJACK | MIRROR_PRIDE | MIRROR_MAGIC | RACE_SWAP | ERT_SPAWN | SLIME_EXTRACT

digitigrade_customization = DIGITIGRADE_OPTIONAL
digi_leg_overrides = list(
BODY_ZONE_L_LEG = /obj/item/bodypart/leg/left/digitigrade/anthromorph,
BODY_ZONE_R_LEG = /obj/item/bodypart/leg/right/digitigrade/anthromorph,
)

/datum/outfit/genemod_preview
name = "Gene-Mod (Species Preview)"
uniform = /obj/item/clothing/under/dress/sundress
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
examine_limb_id = SPECIES_HUMAN
skinned_type = /obj/item/stack/sheet/animalhide/human

digitigrade_customization = DIGITIGRADE_OPTIONAL
digi_leg_overrides = list(
BODY_ZONE_L_LEG = /obj/item/bodypart/leg/left/digitigrade/anthromorph,
BODY_ZONE_R_LEG = /obj/item/bodypart/leg/right/digitigrade/anthromorph,
)

/datum/species/genemod/hemophage/check_roundstart_eligible()
if(check_holidays(HALLOWEEN))
return TRUE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
mutantheart = /obj/item/organ/internal/heart/snail //This gives them the shell buff where they take less damage from behind, and their heart's more durable.
exotic_blood = null

digitigrade_customization = DIGITIGRADE_OPTIONAL
digi_leg_overrides = list(
BODY_ZONE_L_LEG = /obj/item/bodypart/leg/left/digitigrade/anthromorph,
BODY_ZONE_R_LEG = /obj/item/bodypart/leg/right/digitigrade/anthromorph,
)

/datum/species/snail/on_species_gain(mob/living/carbon/new_snailperson, datum/species/old_species, pref_load)
. = ..()
new_snailperson.update_icons()
Expand Down

0 comments on commit b46dd37

Please sign in to comment.