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. --- LICENSE.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'LICENSE.txt') diff --git a/LICENSE.txt b/LICENSE.txt index 1dab26d..407255a 100755 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -49,4 +49,5 @@ Textures: Default wood and wool textures from minetest-game. Models and sounds: - CC BY-SA (4.0) by Piezo_. \ No newline at end of file + CC BY-SA (4.0) by Piezo_. + hangglider_flak_shot: tnt_explode sound from minetest_game (CC BY-SA 3.0) -- cgit v1.2.3