]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/mortar.qc
Merge branch 'master' into TimePath/notifications
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / mortar.qc
index 0b7a295bfbf8fdc5637934486d384a1dae22d3db..639de3f4c8f83df67db12e593bbc4db40b8d2e5f 100644 (file)
@@ -387,14 +387,14 @@ METHOD(Mortar, wr_reload, void(entity thiswep, entity actor, .entity weaponentit
 {
     W_Reload(self, min(WEP_CVAR_PRI(mortar, ammo), WEP_CVAR_SEC(mortar, ammo)), SND(RELOAD)); // WEAPONTODO
 }
-METHOD(Mortar, wr_suicidemessage, int(entity thiswep))
+METHOD(Mortar, wr_suicidemessage, Notification(entity thiswep))
 {
     if(w_deathtype & HITTYPE_SECONDARY)
         return WEAPON_MORTAR_SUICIDE_BOUNCE;
     else
         return WEAPON_MORTAR_SUICIDE_EXPLODE;
 }
-METHOD(Mortar, wr_killmessage, int(entity thiswep))
+METHOD(Mortar, wr_killmessage, Notification(entity thiswep))
 {
     if(w_deathtype & HITTYPE_SECONDARY)
         return WEAPON_MORTAR_MURDER_BOUNCE;