예제 #1
0
파일: SR_City.php 프로젝트: sinfocol/gwf3
 private function checkNPCEquipment(SR_NPC $npc)
 {
     foreach ($npc->getNPCEquipment() as $key => $value) {
         $this->checkNPCEquipmentB($npc, $key, $value);
     }
     $this->checkNPCEquipmentB($npc, NULL, $npc->getNPCInventory());
     $this->checkNPCEquipmentB($npc, NULL, $npc->getNPCCyberware());
 }