forked from aly/qstbak
muffin v7.5.1
This commit is contained in:
parent
a6481e7b9a
commit
965a736f84
59 changed files with 4112 additions and 5059 deletions
|
|
@ -107,7 +107,7 @@ internal static class ClearObjectsWithAction
|
|||
foreach (IGameObject item in objectTable)
|
||||
{
|
||||
ObjectKind objectKind = item.ObjectKind;
|
||||
if ((objectKind == ObjectKind.Player || objectKind - 8 <= ObjectKind.BattleNpc || objectKind == ObjectKind.Housing) ? true : false)
|
||||
if ((objectKind == ObjectKind.Pc || objectKind - 8 <= ObjectKind.BattleNpc || objectKind == ObjectKind.HousingEventObject) ? true : false)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
@ -138,7 +138,7 @@ internal static class ClearObjectsWithAction
|
|||
foreach (IGameObject item in objectTable)
|
||||
{
|
||||
ObjectKind objectKind = item.ObjectKind;
|
||||
if ((objectKind == ObjectKind.Player || objectKind - 8 <= ObjectKind.BattleNpc || objectKind == ObjectKind.Housing) ? true : false)
|
||||
if ((objectKind == ObjectKind.Pc || objectKind - 8 <= ObjectKind.BattleNpc || objectKind == ObjectKind.HousingEventObject) ? true : false)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue