]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/compat/quake2.qc
Merge branch 'martin-t/warns' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / compat / quake2.qc
1 #include "quake2.qh"
2
3 #include <common/items/_mod.qh>
4
5 //***********************
6 //QUAKE 2 ENTITIES - So people can play quake2 maps with the xonotic weapons
7 //***********************
8 SPAWNFUNC_ITEM(item_armor_jacket, ITEM_ArmorMedium)
9
10 SPAWNFUNC_ITEM(item_invulnerability, ITEM_Shield)
11
12 // rest of the quake 2 entities are handled by q1 and q3 compat