From e9ad09c58820b31743251f793f30e5d4d49a0dca Mon Sep 17 00:00:00 2001 From: xolatile Date: Sat, 19 Jul 2025 16:01:38 +0200 Subject: Rough changes... --- src/fpsgame/entities.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fpsgame/entities.cpp') diff --git a/src/fpsgame/entities.cpp b/src/fpsgame/entities.cpp index f199c11..1410679 100644 --- a/src/fpsgame/entities.cpp +++ b/src/fpsgame/entities.cpp @@ -48,7 +48,7 @@ namespace entities { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "ammo/shells", "ammo/bullets", "ammo/rockets", "ammo/rrounds", "ammo/grenades", "ammo/cartridges", - "health", "boost", "armor/green", "armor/yellow", "quad", "teleporter", + "health", "boost", "tinyhealth", "tinyarmour", "armor/green", "armor/yellow", "quad", "teleporter", NULL, NULL, "carrot", NULL, NULL, @@ -79,7 +79,7 @@ namespace entities case I_SHELLS: case I_BULLETS: case I_ROCKETS: case I_ROUNDS: case I_GRENADES: case I_CARTRIDGES: if(m_noammo) continue; break; - case I_HEALTH: case I_BOOST: case I_GREENARMOUR: case I_YELLOWARMOUR: case I_QUAD: + case I_HEALTH: case I_BOOST: case I_TINYHEALTH: case I_TINYARMOUR: case I_GREENARMOUR: case I_YELLOWARMOUR: case I_QUAD: if(m_noitems) continue; break; } @@ -399,7 +399,7 @@ namespace entities { "none?", "light", "mapmodel", "playerstart", "envmap", "particles", "sound", "spotlight", "shells", "bullets", "rockets", "riflerounds", "grenades", "cartridges", - "health", "healthboost", "greenarmour", "yellowarmour", "quaddamage", + "health", "healthboost", "tinyhealth", "tinyarmour", "greenarmour", "yellowarmour", "quaddamage", "teleport", "teledest", "jumppad", "", "", "", "", -- cgit v1.2.3