]> git.rm.cloudns.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Set health to 100 when entering the turret room
authorSpike29 <leguen.yannick@gmail.com>
Sun, 7 Oct 2018 10:04:59 +0000 (12:04 +0200)
committerSpike29 <leguen.yannick@gmail.com>
Sun, 7 Oct 2018 10:04:59 +0000 (12:04 +0200)
maps/tutorial_level1.map

index f3e530c94095770c07d8f8cfeb5604903881dae2..e573b866afe38e73a230afcffe0a7d393af3fedb 100644 (file)
@@ -8238,6 +8238,7 @@ brushDef
 "classname" "trigger_teleport"
 "target" "teleexit_exit_room"
 "target2" "target_remove_all_items"
+"target3" "target_set_health"
 {
 brushDef
 {
@@ -8920,6 +8921,7 @@ brushDef
 "health" "40"
 "targetname" "button_weapon_shotgun_3"
 "speed" "150"
+"lip" "0"
 {
 brushDef
 {
@@ -8938,3 +8940,9 @@ brushDef
 "targetname" "relay_deactivate_shotgun_3"
 "target" "button_weapon_shotgun_3"
 }
+{
+"classname" "target_items"
+"origin" "832.000000 -8224.000000 96.000000"
+"targetname" "target_set_health"
+"health" "100"
+}