]> git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
entities.ent: update mega & big health & armor bbox heights to match 0.8.5
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 18 May 2023 14:56:38 +0000 (00:56 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 18 May 2023 14:56:38 +0000 (00:56 +1000)
item_health_big is correct already.

scripts/entities.ent

index 1d554a3bbe863b4948b705faba43922a0475a246..8913b95f74a5080a6b1cb1a28aa17222b8a31fc0 100644 (file)
@@ -455,7 +455,7 @@ Acts as a checkpoint to re-spawn at
 <targetname key="targetname" name="targetname">when targeted, this will set the activator's spawn point temporarily to this entity. It is reset upon re-spawn.</targetname>
 </point>
 
-<point name="item_armor_mega" color=".4 .8 .4" box="-30 -30 0 30 30 32">
+<point name="item_armor_mega" color=".4 .8 .4" box="-30 -30 0 30 30 70">
 Large Armor (default 100 armor points)
 -------- KEYS --------
 <real key="respawntime" name="respawntime">time till it respawns (default: 30)</real>
@@ -470,7 +470,7 @@ Large Armor (default 100 armor points)
 modeldisabled=&quot;models/items/g_a25.md3&quot;
 </point>
 
-<point name="item_armor_big" color=".4 .8 .4" box="-30 -30 0 30 30 32">
+<point name="item_armor_big" color=".4 .8 .4" box="-30 -30 0 30 30 48">
 Big Armor (default 50 armor points)
 -------- KEYS --------
 <real key="respawntime" name="respawntime">time till it respawns (default: 20)</real>
@@ -625,7 +625,7 @@ Medium Health (default 25 health points)
 modeldisabled=&quot;models/items/g_h25.md3&quot;
 </point>
 
-<point name="item_health_mega" color=".9 .3 .3" box="-30 -30 0 30 30 48">
+<point name="item_health_mega" color=".9 .3 .3" box="-30 -30 0 30 30 70">
 Mega Health (default 100 health points)
 In Instagib, this randomly turns into either an invisibility, an extra lives or a speed power-up with a default respawn time of 120.
 -------- KEYS --------