Hisui Dex loads.

This commit is contained in:
Rodrigo Gómez Maitret
2022-02-03 22:18:05 -06:00
parent 449adf9af2
commit c49dfb2fc3
7 changed files with 70 additions and 45 deletions

View File

@@ -25,6 +25,12 @@ function show_check() {
if (nat == global.armordata[i, gdex.dexno])
return true;
break;
case shw.hisui:
for (var i=1; i<array_height_2d(global.hisuidata); i++)
if (nat == global.hisuidata[i, gdex.dexno])
return true;
break;
}
return false;