mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 08:11:11 +01:00
[MIRROR] shapechange trait upport (#12700)
Co-authored-by: Olive <49600480+zeskorion@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Olive
Cameron Lennox
parent
22e8be2e55
commit
8f82918c29
@@ -26,16 +26,6 @@
|
||||
custom_only = FALSE
|
||||
banned_species = list(SPECIES_TAJARAN, SPECIES_SHADEKIN_CREW, SPECIES_SHADEKIN, SPECIES_XENOHYBRID, SPECIES_VULPKANIN, SPECIES_XENO, SPECIES_XENOCHIMERA, SPECIES_VASILISSAN, SPECIES_WEREBEAST) //These species already have strong darksight by default.
|
||||
|
||||
/datum/trait/positive/shapeshifting
|
||||
name = "Shapeshifter"
|
||||
desc = "You're able to shift your appearance."
|
||||
cost = 3 //this trait is functionally wholly cosmetic, but it is less flavor-restricted than cocoon, and takes less time, so it's a bit pricier
|
||||
custom_only = FALSE
|
||||
|
||||
/datum/trait/positive/shapeshifting/apply(var/datum/species/S,var/mob/living/carbon/human/H)
|
||||
..()
|
||||
add_verb(H, /mob/living/carbon/human/proc/innate_shapeshifting)
|
||||
|
||||
/datum/trait/positive/endurance_high
|
||||
cost = 3
|
||||
excludes = list(/datum/trait/positive/endurance_very_high, /datum/trait/positive/endurance_extremely_high) // CHOMPEdit: Increased Endurance.
|
||||
|
||||
Reference in New Issue
Block a user