Add blood pools to the effect queue system.
This commit is contained in:
parent
13ed4dee44
commit
9757aed5e6
10 changed files with 63 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue