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

index 91288baaaa49570efabf88201a4dee213d479ea8..e090ced943e8b20422688ecb1c41dcfd5176fa07 100644 (file)
@@ -30,6 +30,9 @@ SPAWNFUNC_ITEM(ammo_grenades, ITEM_Rockets)
 SPAWNFUNC_WEAPON(weapon_prox_launcher, WEP_MINE_LAYER)
 SPAWNFUNC_ITEM(ammo_mines, ITEM_Rockets)
 
+// Q3TA nails -> cells
+SPAWNFUNC_ITEM(ammo_nails, ITEM_Cells)
+
 // LG -> Lightning
 SPAWNFUNC_WEAPON(weapon_lightning, WEP_ELECTRO)
 SPAWNFUNC_ITEM(ammo_lightning, ITEM_Cells)