]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_hook.qc
Add weapon image specification to REGISTER_WEAPON
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_hook.qc
index 82b3b77b40f467041eed8a57f940e2d05abaa6f5..ca94ace96e1cfe6ea1bcb87d8200ef0ffc04c673 100644 (file)
@@ -7,8 +7,10 @@ REGISTER_WEAPON(
 /* flags     */ WEP_FLAG_CANCLIMB | WEP_TYPE_SPLASH,
 /* rating    */ 0,
 /* color     */ '0 0.5 0',
-/* model     */ "hookgun",
+/* modelname */ "hookgun",
+/* simplemdl */ "foobar",
 /* crosshair */ "gfx/crosshairhook 0.5",
+/* wepimg    */ "weaponhook",
 /* refname   */ "hook",
 /* wepname   */ _("Grappling Hook")
 );