summaryrefslogtreecommitdiff
path: root/depends.txt
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-12-09 22:43:13 +0100
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2018-12-09 22:43:13 +0100
commit8381bda2b494b8523fd245a0cca1db64a6313d6f (patch)
treeab752775556dcc3b979674cff5beaf735049c263 /depends.txt
parent1555555ac4e7ddfa0099d623025034646e14bd45 (diff)
downloadhangglider-8381bda2b494b8523fd245a0cca1db64a6313d6f.tar.gz
hangglider-8381bda2b494b8523fd245a0cca1db64a6313d6f.tar.bz2
hangglider-8381bda2b494b8523fd245a0cca1db64a6313d6f.zip
Added option to shoot down hanggliders flying in restricted airspace
Added a /area_flak command to declare areas as closed airspace. Any hanggliders attempting to fly in such an area will get shot down within two seconds, which will lead to a massive loss of health to the occupant (death if flying higher than 6 meters) and the loss of the hangglider. The closed airspace behaviour depends on the areas mod.
Diffstat (limited to 'depends.txt')
-rwxr-xr-xdepends.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/depends.txt b/depends.txt
index f3e3b6d..bcab691 100755
--- a/depends.txt
+++ b/depends.txt
@@ -1,3 +1,4 @@
default
wool
-minetest_systemd? \ No newline at end of file
+minetest_systemd?
+areas?