Commit graph

6 commits

Author SHA1 Message Date
TrueUO
262c273723
Cleanup (#4846)
- No code changes in this branch. This is simply clean up.

Co-authored-by: TrueUO <knight.daniel.r@gmail.com>
2020-09-15 08:15:23 -07:00
TrueUO
5ba7d4dc76 Scripts folder cleanup. 2020-04-16 18:42:38 -04:00
TrueUO
528c0e0459 Made private fields readonly, where possible.
If a class has a field that's not marked readonly but is only set in the constructor, it could cause confusion about the field's intended use. To avoid confusion, such fields should be marked readonly to make their intended use explicit, and to prevent future maintainers from inadvertently changing their use.
2020-04-15 10:13:04 -04:00
TrueUO
872eda39fb
using. cleanup of Gumps and Misc folder. (Skipping items, mobiles, and services folder for last) (#4721) 2020-04-14 11:26:50 -04:00
Argalep
57aa2b212a * add Valentine Bear
* add Cupid Statue
* add Heart Shaped Box
2019-02-02 13:38:51 +03:00
Dexter
759b3379de Bug Fixes
- Fixed addon deeds that retain hue from the craft resources.
- You can now, per EA, dye the above mentioned addon deeds with natural dyes and tokuno dyes
- Addon Deeds now face opposite direction once re-deed. Any of the above mentioned deeds will not be able to be dyed any longer once re-deeded, per EA
- Consolidated Custom Sign Entry gumps to one gump and context menu entry
- Fixed sign gump Crash
- Added IImbueableEquipment and ICombatEquipment for convenient accessors of certain properties, ie ItemPower, TimesImbued, Etc.
- Onslaught no longer uses mana on initial use, and no longer has a cooldown per EA
- Regen on items have had their max intensity adjusted to give the proper item weight
- Huntsmaster challenge new season will now auto correct the season start and end date
- City Loyalty System will not setup in fel for siege shards

- Fixed context menu entries from appearing on pre-aos shards *Requires core recompile*
2019-01-06 22:53:12 -07:00