]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Spawn HLAC and cell ammo in place of QL HMG and ammo_hmg
authorbones_was_here <bones_was_here@yahoo.com.au>
Wed, 5 Aug 2020 01:16:38 +0000 (11:16 +1000)
committerbones_was_here <bones_was_here@yahoo.com.au>
Wed, 5 Aug 2020 01:16:38 +0000 (11:16 +1000)
qcsrc/server/compat/quake3.qc

index 11b9f7188c8164661655a79b4e658295fe9bd621..8cdfd29206c69aa094efd13df5c13d5bd49eb098 100644 (file)
@@ -57,6 +57,10 @@ SPAWNFUNC_ITEM(ammo_mines, ITEM_Rockets)
 SPAWNFUNC_WEAPON(weapon_chaingun, WEP_HLAC)
 SPAWNFUNC_ITEM(ammo_belt, ITEM_Cells)
 
+// Quake Live Heavy Machine Gun -> HLAC
+SPAWNFUNC_WEAPON(weapon_hmg, WEP_HLAC)
+SPAWNFUNC_ITEM(ammo_hmg, ITEM_Cells)
+
 // Team Arena Nailgun -> Crylink || Quake Nailgun -> Electro
 SPAWNFUNC_WEAPON_COND(weapon_nailgun, cvar("sv_mapformat_is_quake3"), WEP_CRYLINK, WEP_ELECTRO)
 SPAWNFUNC_ITEM(ammo_nails, ITEM_Cells)