From 8381bda2b494b8523fd245a0cca1db64a6313d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Sun, 9 Dec 2018 22:43:13 +0100 Subject: 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. --- depends.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'depends.txt') 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? -- cgit v1.2.3