diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index 066d752c..8f8b0270 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -1442,7 +1442,7 @@ class General implements iAction return; } - if ($this->getVar('npc') != 0) { + if ($this->getVar('npc') >= 2) { return; }