]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/devastator.qc
Merge branch 'master' into TimePath/notifications
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / devastator.qc
index f63f3f54d7accb31fe139b320570c3ec21a3c2a5..53d4b8e946b7a057655e1a63df106336255aae4f 100644 (file)
@@ -608,11 +608,11 @@ METHOD(Devastator, wr_reload, void(entity thiswep, entity actor, .entity weapone
 {
     W_Reload(self, WEP_CVAR(devastator, ammo), SND(RELOAD));
 }
-METHOD(Devastator, wr_suicidemessage, int(entity thiswep))
+METHOD(Devastator, wr_suicidemessage, Notification(entity thiswep))
 {
     return WEAPON_DEVASTATOR_SUICIDE;
 }
-METHOD(Devastator, wr_killmessage, int(entity thiswep))
+METHOD(Devastator, wr_killmessage, Notification(entity thiswep))
 {
     if((w_deathtype & HITTYPE_BOUNCE) || (w_deathtype & HITTYPE_SPLASH))
         return WEAPON_DEVASTATOR_MURDER_SPLASH;