Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/__DEFINES/~darkpack/fera/fera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#define BREED_HOMID "Homid"
#define BREED_LUPUS "Lupus"
#define BREED_CRINOS "Metis" //Its called metis because anything player facing should only show "Metis" instead of "Crinos", despite it being a crinos form. Blame gadabout.
#define BREED_CRINOS "Crinos"

#define FEATURE_FUR_COLOR "fera_fur"

Expand Down
2 changes: 1 addition & 1 deletion modular_darkpack/modules/masquerade/config/breach_word.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ragabash
umbra
homid
homids
metis
crinos
wyrmspawn
moon bridge
first change
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
/datum/splat/werewolf/shifter/splat_life(seconds_per_tick)
regain_gnosis_process(seconds_per_tick)
if(COOLDOWN_FINISHED(src, passive_healing_cd))
// Metis heal in all forms. Lupus and homid born dont heal FAST FAST in their breed form
// Crinos heal in all forms. Lupus and homid born dont heal FAST FAST in their breed form
// their fast healing is represented in day/days in breed-form so we just dont.
if(is_breed_form() && (get_breed_form_species() != /datum/species/human/shifter/war))
return
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
start_gnosis = 1
breed_species = /datum/species/human/shifter/homid

/datum/subsplat/werewolf/breed_form/garou/metis
/datum/subsplat/werewolf/breed_form/garou/crinos
name = BREED_CRINOS
start_gnosis = 3
breed_species = /datum/species/human/shifter/war
Expand Down
Loading