전투 특기 클래스 추가,

This commit is contained in:
2018-09-17 03:31:36 +09:00
parent 6eb67b1a3c
commit b79045eddb
34 changed files with 487 additions and 41 deletions
+2 -2
View File
@@ -62,7 +62,7 @@ class NPC{
'intel'=>$intel
];
$this->charDomestic = \sammo\GameConst::$defaultSpecial;
$this->charDomestic = \sammo\GameConst::$defaultSpecialDomestic;
if($char === '랜덤전특'){
$this->charWar = \sammo\SpecialityConst::pickSpecialWar($general);
@@ -159,7 +159,7 @@ class NPC{
if($isFictionMode){
$charWar = 0;
$charDomestic = GameConst::$defaultSpecial;
$charDomestic = GameConst::$defaultSpecialDomestic;
}
$name = 'ⓝ'.$this->name;