From: Spike29 <leguen.yannick@gmail.com>
Date: Sun, 14 Oct 2018 17:44:37 +0000 (+0200)
Subject: Revert 'Add 'health 100' key to target_remove_all_items', for some reason it only... 
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=454376005c5683aeed82c8921eb9ff530c99a909;p=xonotic%2Fxonotic-maps.pk3dir.git

Revert 'Add 'health 100' key to target_remove_all_items', for some reason it only works when health is above 100
---

diff --git a/maps/tutorial_level1.map b/maps/tutorial_level1.map
index 1b199511..de4907e0 100644
--- a/maps/tutorial_level1.map
+++ b/maps/tutorial_level1.map
@@ -8271,6 +8271,7 @@ brushDef
 "classname" "trigger_teleport"
 "target" "teleexit_exit_room"
 "target2" "target_remove_all_items"
+"target3" "target_reset_health"
 {
 brushDef
 {
@@ -8501,7 +8502,6 @@ brushDef
 "targetname" "target_remove_all_items"
 "spawnflags" "1"
 "angle" "-179.999985"
-"health" "100"
 }
 {
 "classname" "trigger_multiple"
@@ -9001,3 +9001,9 @@ brushDef
 "origin" "1280.000000 -3104.000000 0.000000"
 "respawntime" "3"
 }
+{
+"classname" "target_items"
+"origin" "832.000000 -8224.000000 96.000000"
+"targetname" "target_reset_health"
+"health" "100"
+}