]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/hagar.qc
Merge branch 'master' into TimePath/notifications
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / hagar.qc
index 3aafb816da351cd1e9a781c216071012a945c086..c66e4a438344f57ab1f304a5f3bfae0c150e6cd6 100644 (file)
@@ -478,11 +478,11 @@ METHOD(Hagar, wr_reload, void(entity thiswep, entity actor, .entity weaponentity
     if(!self.hagar_load) // require releasing loaded rockets first
         W_Reload(self, min(WEP_CVAR_PRI(hagar, ammo), WEP_CVAR_SEC(hagar, ammo)), SND(RELOAD));
 }
-METHOD(Hagar, wr_suicidemessage, int(entity thiswep))
+METHOD(Hagar, wr_suicidemessage, Notification(entity thiswep))
 {
     return WEAPON_HAGAR_SUICIDE;
 }
-METHOD(Hagar, wr_killmessage, int(entity thiswep))
+METHOD(Hagar, wr_killmessage, Notification(entity thiswep))
 {
     if(w_deathtype & HITTYPE_SECONDARY)
         return WEAPON_HAGAR_MURDER_BURST;