아이템 전량 구현, 말, 무기, 책 준비

This commit is contained in:
2019-05-13 02:44:01 +09:00
parent 91b5a1e44a
commit 85409263c8
24 changed files with 340 additions and 50 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class che_Dummy extends \sammo\BaseItem{
public function __construct(int $itemCode)
{
$this->_id = $itemCode = true;
$this->_id = $itemCode;
[$this->_name, $this->_info] = getItemInfo($itemCode);
$this->_cost = getItemCost2($itemCode);
$this->_consumable = isConsumable($itemCode);