forked from lord-server/lord
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mobs: Traders: no race priv usage; detect same race for player & trad…
…er. Relates to lord-server#1159, lord-server#1157
- Loading branch information
Showing
4 changed files
with
18 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
name = lord_traders | ||
description = Traders mobs for LORD. (Builtin game mod) | ||
depends = mobs, lottmobs, lottarmor, lottother, lord_money | ||
depends = mobs, lottmobs, lottarmor, lord_classes, lottother, lord_money | ||
optional_d = default, farming, boats, tools, lottblocks, lottplants, lottores, lottthrowing, lottfarming, lottpotion, lord_books | ||
|
||
# mobs -- uses common engine 'mobs redo' | ||
# lottmobs -- uses sounds & mod prefix `:lottmobs` for entities. Its for no aliases for old entities on map. | ||
# lottarmor -- uses model (& goods) | ||
# lord_classes -- uses for detect player race | ||
# lottother -- follows lottother:narya (& goods) | ||
# lord_money -- trading coins | ||
#other mods uses for trading (items/goods) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters