]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_seeker.qc
Use weaponinfo to get weapon sprite info
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_seeker.qc
index 34b08410374a9a2c509e6caa4ccc7efac016096e..a8400e4ef40e9ae80f67073db460c8b0ff1d1ca6 100644 (file)
@@ -6,6 +6,7 @@ REGISTER_WEAPON(
 /* impulse  */ 8,
 /* flags    */ WEP_FLAG_MUTATORBLOCKED | WEP_FLAG_RELOADABLE | WEP_TYPE_SPLASH,
 /* rating   */ BOT_PICKUP_RATING_MID,
+/* color       */ '0.5 1 0',
 /* model    */ "seeker",
 /* netname  */ "seeker",
 /* fullname */ _("T.A.G. Seeker")