Add blood pools to the effect queue system.

This commit is contained in:
Mari the Deer 2025-03-16 21:02:13 +01:00
commit 9757aed5e6
10 changed files with 63 additions and 25 deletions

View file

@ -445,7 +445,7 @@ extend Class SWWMHandler
Console.Printf("Only the net arbitrator can call this event.");
return;
}
int n = casings_cnt+chips_cnt+blods_cnt+meats_cnt;
int n = casings_cnt+chips_cnt+blods_cnt+meats_cnt+pools_cnt;
CleanQueues();
Console.Printf("%d effects cleared.",n);
return;