@@ -194,12 +194,6 @@ def handle(self, event):
194194 "48ad61f1-a231-4061-bb84-331ce891626a" : Mod .ZERO ,
195195 "b0a8c4c3-eeca-49a7-bf47-771a614bb3f3" : Mod .LOVE ,
196196 "a0e2ba91-16d5-4f39-9bc8-7ee35042fae0" : Mod .AAA ,
197- "580a949d-ad9b-4a5d-a621-f029c308cd1d" : Mod .ELECTRIC ,
198- "79a8d82b-99b7-4155-9033-e0ea9081c9b5" : Mod .FIERY ,
199- "7aec27ef-8d32-41ca-bf5c-c49627715545" : Mod .ELECTRIC ,
200- "3a08c930-88b4-4505-8539-5e51ccb02edb" : Mod .BASE_INSTINCTS ,
201- "70c5097a-986a-444f-a992-f39624d939ac" : Mod .AA ,
202- "f12cd00e-a499-4268-80d1-888522bbd038" : Mod .LOVE ,
203197 }
204198 if self .game_id in a_blood_type_overrides :
205199 blood_type = a_blood_type_overrides [self .game_id ]
@@ -3601,12 +3595,6 @@ def handle_elsewhere_scattered(self):
36013595 break # <-- load-bearing
36023596
36033597 if not pulled_back :
3604- if (player .name == "Vessalius Sundae"
3605- and self .game_id == "acd850ea-be75-452c-9a38-e00758de353b"
3606- and self .event ["created" ] > "2021-06-23T21:14:21.000Z"
3607- ):
3608- continue
3609-
36103598 self .roll (f"elsewhere ({ player .raw_name } )" )
36113599
36123600 if returned :
@@ -4672,14 +4660,6 @@ def setup_data(self, event):
46724660 self .batter .add_mod (Mod .OVERPERFORMING , ModType .GAME )
46734661 self .batter .last_update_time = self .event ["created" ]
46744662
4675- # fix for starting mid game
4676- if self .game_id == "21531c41-c358-409d-a79e-7063c802e536" and self .event ["created" ] > "2021-06-25T03:27:08.050" :
4677- mira_lemma = self .data .get_player ("5991ccb3-7eed-46d9-9d7c-69dec9b56d4b" )
4678- if mira_lemma .has_mod (Mod .ELSEWHERE ):
4679- mira_lemma .remove_mod (Mod .ELSEWHERE , ModType .PERMANENT )
4680- mira_lemma .raw_name = "---a L-m-a"
4681- pass
4682-
46834663 def apply_event_changes (self , event ):
46844664 # maybe move this function to data.py?
46854665 meta = event .get ("metadata" , {})
0 commit comments