Fix depends.txt present in mods from ctf_pvp_engine
This commit is contained in:
parent
515b0ca1f7
commit
f04663fc6c
13 changed files with 11 additions and 17 deletions
|
@ -1,2 +0,0 @@
|
||||||
chatplus?
|
|
||||||
hudkit
|
|
2
mods/ctf/ctf/mod.conf
Normal file
2
mods/ctf/ctf/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
name = ctf
|
||||||
|
depends = hudkit
|
|
@ -1,2 +0,0 @@
|
||||||
default
|
|
||||||
ctf
|
|
|
@ -1 +0,0 @@
|
||||||
Adds a bandage which heals team-mates if they are below 15 HP. The bandages heal 3-4 HP until the player reaches 15 HP.
|
|
|
@ -1,4 +0,0 @@
|
||||||
ctf
|
|
||||||
ctf_colors
|
|
||||||
chatplus?
|
|
||||||
irc?
|
|
3
mods/ctf/ctf_chat/mod.conf
Normal file
3
mods/ctf/ctf_chat/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
name = ctf_chat
|
||||||
|
depends = ctf, ctf_colors
|
||||||
|
optional_depends = irc
|
|
@ -1,2 +0,0 @@
|
||||||
ctf
|
|
||||||
3d_armor?
|
|
3
mods/ctf/ctf_colors/mod.conf
Normal file
3
mods/ctf/ctf_colors/mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
name = ctf_colors
|
||||||
|
depends = ctf
|
||||||
|
optional_depends = 3d_armor
|
|
@ -1,2 +0,0 @@
|
||||||
name = ctf_disable_save
|
|
||||||
depends = ctf
|
|
|
@ -1,3 +0,0 @@
|
||||||
ctf
|
|
||||||
ctf_colors
|
|
||||||
chatplus?
|
|
2
mods/ctf/ctf_flag/mod.conf
Normal file
2
mods/ctf/ctf_flag/mod.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
name = ctf_flag
|
||||||
|
depends = ctf, ctf_colors
|
1
mods/other/hudkit/mod.conf
Normal file
1
mods/other/hudkit/mod.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
name = hudkit
|
|
@ -1 +0,0 @@
|
||||||
A library to make registering chat commands easier
|
|
Loading…
Reference in a new issue