]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Spawn HLAC and cell ammo in place of Q3TA chaingun and ammo_belt
authorbones_was_here <bones_was_here@yahoo.com.au>
Fri, 10 Jul 2020 12:55:30 +0000 (22:55 +1000)
committerbones_was_here <bones_was_here@yahoo.com.au>
Fri, 10 Jul 2020 12:55:30 +0000 (22:55 +1000)
qcsrc/server/compat/quake3.qc

index e090ced943e8b20422688ecb1c41dcfd5176fa07..e062b8db2df2b335c66687fdb4a70f4649fde0a5 100644 (file)
@@ -30,6 +30,10 @@ SPAWNFUNC_ITEM(ammo_grenades, ITEM_Rockets)
 SPAWNFUNC_WEAPON(weapon_prox_launcher, WEP_MINE_LAYER)
 SPAWNFUNC_ITEM(ammo_mines, ITEM_Rockets)
 
+// Q3TA chaingun -> HLAC
+SPAWNFUNC_WEAPON(weapon_chaingun, WEP_HLAC)
+SPAWNFUNC_ITEM(ammo_belt, ITEM_Cells)
+
 // Q3TA nails -> cells
 SPAWNFUNC_ITEM(ammo_nails, ITEM_Cells)