국기 변경 수정, 아이템 보상 추가

This commit is contained in:
2020-05-05 17:24:03 +09:00
parent 8b8f749006
commit a378ac8738
8 changed files with 1240 additions and 1045 deletions
+2 -1
View File
@@ -158,6 +158,7 @@ class General implements iAction{
return $this->itemObjs[$itemKey];
}
/** @return BaseItem[] */
function getItems():array{
return $this->itemObjs;
}
@@ -512,7 +513,7 @@ class General implements iAction{
}
function updateVar(string $key, $value){
if($this->raw[$key] === $value){
if(($this->raw[$key]??null) === $value){
return;
}
if(!key_exists($key, $this->updatedVar)){