diff --git a/hwe/sammo/Event/Action/CreateManyNPC.php b/hwe/sammo/Event/Action/CreateManyNPC.php index 87ec077c..ae6e2b48 100644 --- a/hwe/sammo/Event/Action/CreateManyNPC.php +++ b/hwe/sammo/Event/Action/CreateManyNPC.php @@ -46,7 +46,7 @@ class CreateManyNPC extends \sammo\Event\Action{ public function run(array $env){ - if($this->npcCount <= 0){ + if($this->npcCount <= 0 && $this->fillCnt <= 0){ return [__CLASS__, []]; }