]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/overkill/hmg.qc
Merge branch 'master' into TimePath/notifications
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / overkill / hmg.qc
index c656c35a5f0816a7104839ed43316229209efe0e..30473e09b8e71365a11db5561a196ade8e285534 100644 (file)
@@ -146,12 +146,12 @@ METHOD(HeavyMachineGun, wr_reload, void(entity thiswep, entity actor, .entity we
     W_Reload(self, WEP_CVAR(hmg, ammo), SND(RELOAD));
 }
 
-METHOD(HeavyMachineGun, wr_suicidemessage, int(entity thiswep))
+METHOD(HeavyMachineGun, wr_suicidemessage, Notification(entity thiswep))
 {
     return WEAPON_THINKING_WITH_PORTALS;
 }
 
-METHOD(HeavyMachineGun, wr_killmessage, int(entity thiswep))
+METHOD(HeavyMachineGun, wr_killmessage, Notification(entity thiswep))
 {
     if(w_deathtype & HITTYPE_SECONDARY)
         return WEAPON_HMG_MURDER_SNIPE;