mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-17 00:05:07 -05:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user