allows beast dye to reduce stack size by 1 upon use...added because Elour dropped a hint and threatened to dump more senate resolutions on me if using the dye depleted the entire stack.

This commit is contained in:
IrishDarkshadow
2019-10-09 17:19:07 -04:00
parent 123af60f37
commit db4bd018c9

View File

@@ -1297,7 +1297,7 @@ public class player_beastmaster extends script.base_script
beast_lib.setBeastHueThird(object, colorArray[4], utils.stringToInt(colorArray[5]));
}
utils.removeScriptVar(object, "beast.tool_oid");
destroyObject(beastDye);
static_item.decrementStaticItem(beastDye);
return SCRIPT_CONTINUE;
}
}