From c8373df338cc5a5a5dd334adaf922c65bcf0c3a8 Mon Sep 17 00:00:00 2001 From: Spike29 <leguen.yannick@gmail.com> Date: Thu, 4 Oct 2018 20:23:23 +0200 Subject: [PATCH] Add health pickups in the shooting rooms --- maps/tutorial_level2.map | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/maps/tutorial_level2.map b/maps/tutorial_level2.map index a36e8294..721cb407 100644 --- a/maps/tutorial_level2.map +++ b/maps/tutorial_level2.map @@ -19452,3 +19452,43 @@ brushDef "origin" "16.000000 -6768.000000 24.000000" "targetname" "checkpoint_splashdamage" } +{ +"classname" "item_health_medium" +"origin" "384.000000 -3552.000000 0.000000" +"angle" "90.000000" +} +{ +"classname" "item_health_medium" +"origin" "480.000000 -3552.000000 0.000000" +"angle" "90.000000" +} +{ +"classname" "item_health_medium" +"origin" "384.000000 -4512.000000 0.000000" +"angle" "90.000000" +} +{ +"classname" "item_health_medium" +"origin" "480.000000 -4512.000000 0.000000" +"angle" "90.000000" +} +{ +"classname" "item_health_medium" +"origin" "384.000000 -5472.000000 0.000000" +"angle" "90.000000" +} +{ +"classname" "item_health_medium" +"origin" "480.000000 -5472.000000 0.000000" +"angle" "90.000000" +} +{ +"classname" "item_health_medium" +"origin" "384.000000 -6880.000000 0.000000" +"angle" "90.000000" +} +{ +"classname" "item_health_medium" +"origin" "480.000000 -6880.000000 0.000000" +"angle" "90.000000" +} -- 2.39.5