]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_devastator.qc
Now make the weapon files use it
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_devastator.qc
index 17d86fbe47191fa030abe4e348eb389ec2e7cc93..dfebd6a9c5b1b87070e630d04a682e7644571794 100644 (file)
@@ -7,7 +7,10 @@ REGISTER_WEAPON(
 /* flags     */ WEP_FLAG_NORMAL | WEP_FLAG_RELOADABLE | WEP_FLAG_CANCLIMB | WEP_TYPE_SPLASH,
 /* rating    */ BOT_PICKUP_RATING_HIGH,
 /* color     */ '1 1 0',
-/* model     */ "rl",
+/* firstpmdl */ "models/weapons/h_rl.iqm",
+/* thirdpmdl */ "models/weapons/v_rl.md3",
+/* pickupmdl */ "models/weapons/g_rl.md3",
+/* simplemdl */ "foobar",
 /* crosshair */ "gfx/crosshairrocketlauncher 0.5875",
 /* refname   */ "devastator",
 /* wepname   */ _("Devastator")