From: bones_was_here Date: Tue, 14 Jul 2020 15:02:54 +0000 (+1000) Subject: Spawn medium (25) armor where item_armor_green from Q3 CCTF occurs X-Git-Tag: xonotic-v0.8.5~352^2~62 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=55ce8404e4f80a4b05089d33c36792199330629d;p=xonotic%2Fxonotic-data.pk3dir.git Spawn medium (25) armor where item_armor_green from Q3 CCTF occurs --- diff --git a/qcsrc/server/compat/quake3.qc b/qcsrc/server/compat/quake3.qc index 1fa15871a..b896438a7 100644 --- a/qcsrc/server/compat/quake3.qc +++ b/qcsrc/server/compat/quake3.qc @@ -86,6 +86,9 @@ SPAWNFUNC_ITEM(ammo_rockets, ITEM_Rockets) SPAWNFUNC_ITEM(item_armor_body, ITEM_ArmorMega) SPAWNFUNC_ITEM(item_armor_combat, ITEM_ArmorBig) SPAWNFUNC_ITEM(item_armor_shard, ITEM_ArmorSmall) +SPAWNFUNC_ITEM(item_armor_green, ITEM_ArmorMedium) // CCTF + +// Battle Suit SPAWNFUNC_ITEM(item_enviro, ITEM_Shield) // medkit -> armor (we have no holdables)