Skip to content

Commit 250bc71

Browse files
authored
Radiation only mutates you in mammalian categories (#82871)
1 parent adbd96d commit 250bc71

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

data/json/effects_on_condition/mutation_eocs/mutation_effect_eocs.json

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -595,33 +595,18 @@
595595
{
596596
"type": "snippet",
597597
"category": "<radiation_category>",
598+
"//": "Radiation will only mutate you inside your class ie Mammalia",
598599
"text": [
599-
{ "text": "CHIMERA" },
600-
{ "text": "INSECT" },
601-
{ "text": "ALPHA" },
602600
{ "text": "URSINE" },
603601
{ "text": "CHIROPTERAN" },
604-
{ "text": "BIRD" },
605-
{ "text": "MEDICAL" },
606602
{ "text": "LUPINE" },
607603
{ "text": "RAT" },
608-
{ "text": "SLIME" },
609-
{ "text": "PLANT" },
610-
{ "text": "BATRACHIAN" },
611-
{ "text": "RAPTOR" },
612604
{ "text": "MOUSE" },
613-
{ "text": "CEPHALOPOD" },
614-
{ "text": "ELFA" },
615-
{ "text": "FISH" },
616605
{ "text": "HUMAN" },
617606
{ "text": "RABBIT" },
618-
{ "text": "GASTROPOD" },
619-
{ "text": "BEAST" },
620607
{ "text": "FELINE" },
621608
{ "text": "CATTLE" },
622-
{ "text": "LIZARD" },
623-
{ "text": "TROGLOBITE" },
624-
{ "text": "CRUSTACEAN" }
609+
{ "text": "TROGLOBITE" }
625610
]
626611
},
627612
{

0 commit comments

Comments
 (0)