]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/shotgun.qc
Merge branch 'master' into TimePath/notifications
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / shotgun.qc
index 8575cd05bcc06ab61a9d516a4afc9e8c7c93298c..898f9162cd1cdbd22a20ab840ea5313ded0539e0 100644 (file)
@@ -311,11 +311,11 @@ METHOD(Shotgun, wr_reload, void(entity thiswep, entity actor, .entity weaponenti
 {
     W_Reload(self, WEP_CVAR_PRI(shotgun, ammo), SND(RELOAD)); // WEAPONTODO
 }
-METHOD(Shotgun, wr_suicidemessage, int(entity thiswep))
+METHOD(Shotgun, wr_suicidemessage, Notification(entity thiswep))
 {
     return WEAPON_THINKING_WITH_PORTALS;
 }
-METHOD(Shotgun, wr_killmessage, int(entity thiswep))
+METHOD(Shotgun, wr_killmessage, Notification(entity thiswep))
 {
     if(w_deathtype & HITTYPE_SECONDARY)
         return WEAPON_SHOTGUN_MURDER_SLAP;