fix: 능력치 유니크 오타 수정

This commit is contained in:
2022-02-20 03:38:50 +09:00
parent bc568e2083
commit f18b2ed1a5
2 changed files with 3 additions and 3 deletions
@@ -8,7 +8,7 @@ use \sammo\General;
use sammo\KVStorage;
use sammo\Util;
class che_능력치_통솔_두강주 extends \sammo\BaseItem{
class che_능력치_무력_두강주 extends \sammo\BaseItem{
protected $rawName = '두강주';
protected $name = '두강주(무력)';
@@ -8,10 +8,10 @@ use \sammo\General;
use sammo\KVStorage;
use sammo\Util;
class che_능력치_통솔_과실 extends \sammo\BaseItem{
class che_능력치_지력_이강 extends \sammo\BaseItem{
protected $rawName = '과실주';
protected $name = '과실주(력)';
protected $name = '과실주(력)';
protected $info = '[능력치] 지력 보정 +5 + (5년마다 +1)';
protected $cost = 200;
protected $consumable = false;