44// / Also determines what phobias you can choose as your preference with the quirk.
55GLOBAL_LIST_INIT (phobia_types, sort_list(list (
66 " aliens" ,
7- " anime" ,
87 " authority" ,
98 " birds" ,
109 " blood" ,
@@ -29,7 +28,6 @@ GLOBAL_LIST_INIT(phobia_types, sort_list(list(
2928
3029GLOBAL_LIST_INIT (phobia_regexes, list (
3130 " aliens" = construct_phobia_regex(" aliens" ),
32- " anime" = construct_phobia_regex(" anime" ),
3331 " authority" = construct_phobia_regex(" authority" ),
3432 " birds" = construct_phobia_regex(" birds" ),
3533 " blood" = construct_phobia_regex(" blood" ),
@@ -59,7 +57,6 @@ GLOBAL_LIST_INIT(phobia_mobs, list(
5957 / mob / living/ carbon/ alien,
6058 / mob / living/ simple_animal/ slime,
6159 )),
62- " anime" = typecacheof(list (/ mob / living/ basic/ guardian)),
6360 " birds" = typecacheof(list (
6461 / mob / living/ basic/ chick,
6562 / mob / living/ basic/ chicken,
@@ -148,24 +145,6 @@ GLOBAL_LIST_INIT(phobia_objs, list(
148145 / obj / structure/ table/ abductor,
149146 / obj / structure/ table/ optable/ abductor,
150147 )),
151- " anime" = typecacheof(list (
152- / obj / item/ clothing/ head/ costume/ kitty/ genuine,
153- / obj / item/ clothing/ mask/ gas/ ninja,
154- / obj / item/ clothing/ under/ syndicate/ ninja,
155- / obj / item/ clothing/ under/ costume/ schoolgirl,
156- / obj / item/ energy_katana,
157- / obj / item/ food/ chawanmushi,
158- / obj / item/ food/ sashimi,
159- / obj / item/ highfrequencyblade,
160- / obj / item/ katana,
161- / obj / item/ nullrod/ claymore/ katana,
162- / obj / item/ nullrod/ vibro,
163- / obj / item/ reagent_containers/ cup/ glass/ bottle/ sake,
164- / obj / item/ throwing_star,
165- / obj / item/ toy/ katana,
166- / obj / structure/ mineral_door/ paperframe,
167- / obj / structure/ window/ paperframe,
168- )),
169148 " authority" = typecacheof(list (
170149 / obj / item/ card/ id/ advanced/ centcom,
171150 / obj / item/ card/ id/ advanced/ gold,
@@ -553,7 +532,6 @@ GLOBAL_LIST_INIT(phobia_species, list(
553532 / datum / species/ pod,
554533 / datum / species/ shadow,
555534 )),
556- " anime" = typecacheof(list (/ datum / species/ human/ felinid)),
557535 " conspiracies" = typecacheof(list (
558536 / datum / species/ abductor,
559537 / datum / species/ lizard,
0 commit comments