MCPcopy Create free account
hub / github.com/crawl/crawl / get_removed_mutations

Function get_removed_mutations

crawl-ref/source/mutation.cc:125–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123};
124
125vector<mutation_type> get_removed_mutations()
126{
127 static vector<mutation_type> removed_mutations =
128 {
129#if TAG_MAJOR_VERSION == 34
130 MUT_ROUGH_BLACK_SCALES,
131 MUT_BREATHE_FLAMES,
132 MUT_BREATHE_POISON,
133 MUT_CARNIVOROUS,
134 MUT_CLING,
135 MUT_CONSERVE_POTIONS,
136 MUT_CONSERVE_SCROLLS,
137 MUT_EXOSKELETON,
138 MUT_FAST_METABOLISM,
139 MUT_FLEXIBLE_WEAK,
140 MUT_FOOD_JELLY,
141 MUT_FUMES,
142 MUT_HERBIVOROUS,
143 MUT_JUMP,
144 MUT_SAPROVOROUS,
145 MUT_SLOW_METABOLISM,
146 MUT_STRONG_STIFF,
147 MUT_SUSTAIN_ATTRIBUTES,
148 MUT_TELEPORT_CONTROL,
149 MUT_TRAMPLE_RESISTANCE,
150 MUT_MUMMY_RESTORATION,
151 MUT_NO_CHARM_MAGIC,
152 MUT_MIASMA_IMMUNITY,
153 MUT_BLURRY_VISION,
154 MUT_BLINK,
155 MUT_UNBREATHING,
156 MUT_GOURMAND,
157 MUT_AWKWARD_TONGUE,
158 MUT_NOISE_DAMPENING,
159 MUT_BERSERK,
160 MUT_STOCHASTIC_TORMENT_RESISTANCE,
161 MUT_ROLL,
162 MUT_CURL,
163 MUT_NO_CHARM_MAGIC,
164 MUT_NO_TRANSMUTATION_MAGIC,
165 MUT_VAMPIRISM,
166#endif
167 };
168
169 return removed_mutations;
170}
171
172struct mutation_conflict
173{

Callers 3

init_mut_indexFunction · 0.85
validate_mutationsFunction · 0.85
tags.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected