wtf it works

This commit is contained in:
the me 2022-08-16 15:39:22 -07:00
parent 641ccd1065
commit aa747e8305
9 changed files with 48 additions and 14 deletions

View file

@ -0,0 +1,5 @@
function c_fulleval(target) {
c_modifierreset(target);
c_modeval(target, target.inventory[target.equippedweapon]);
c_modeval(target, c_gettile(target.pos.x, target.pos.y));
}

View file

@ -0,0 +1,12 @@
{
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "c_fulleval",
"tags": [],
"resourceType": "GMScript",
}