Fixed the data loading issue with a single variable, lol.

This commit is contained in:
TheGreenTie
2020-03-02 00:56:02 -06:00
parent 95b5cc1828
commit 2e7a404ff8
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ with instance_create(px, py, obj_slot)
type1 = global.dexdata[sel, dex.type1];
type2 = global.dexdata[sel, dex.type2];
own = global.savedata[sel];
own = global.savedata[idno/*sel*/];
color = get_color3(own, false);