Skip to content

Commit

Permalink
Remove last GAME<race> privs usage. Drop lord_base_commands. Closes
Browse files Browse the repository at this point in the history
#1157, closes #1174
  • Loading branch information
alek13 committed Oct 17, 2023
1 parent 29a3b7a commit 1b5639c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 215 deletions.
3 changes: 0 additions & 3 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ read_globals = {
exclude_files = {
-- External mods:

-- пришлось добавить после того, как обновился LuaRocks:
"mods/lord/Game/lord_base_commands/chatcommands.lua",

-- MTG:
"mods/_minetest_game/",

Expand Down
2 changes: 1 addition & 1 deletion mods/lord/Entities/lottmobs/warg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lottmobs.register_horse("lottmobs:warg_mount", {
mobs:register_mob("lottmobs:warg", {
-- type = "npc",
type = "monster",
race = "GAMEorc",
race = "orc",
hp_min = 25,
hp_max = 40,
collisionbox = { -0.6, -0.1, -0.6, 0.6, 1.5, 0.6 },
Expand Down
199 changes: 0 additions & 199 deletions mods/lord/Game/lord_base_commands/chatcommands.lua

This file was deleted.

3 changes: 0 additions & 3 deletions mods/lord/Game/lord_base_commands/init.lua

This file was deleted.

2 changes: 0 additions & 2 deletions mods/lord/Game/lord_base_commands/mod.conf

This file was deleted.

7 changes: 0 additions & 7 deletions mods/lord/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@
### `legacy`
- вынесено из LOTT/`mods/default/`[legacy.lua](https://github.com/minetest-LOTR/Lord-of-the-Test/blob/master/mods/default/legacy.lua)

### `lord_base_commands`
- только перевод. (команд)

### `lord_base_privs`
- регистрация базовых привилегий
- < наш или откуда-то взят ??? >

### `lord_classes`
- доработки и переделки из [lottclasses](https://github.com/minetest-LOTR/Lord-of-the-Test/tree/master/mods/lottclasses)
- все скины здесь
Expand Down

0 comments on commit 1b5639c

Please sign in to comment.