]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/blaster.qc
Merge branch 'master' into TimePath/notifications
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / blaster.qc
index 83740c43d59529da61754ee2feeec4ff60648471..362666d27c2bc98f48d1cb6f0d0ebb10554980df 100644 (file)
@@ -237,12 +237,12 @@ METHOD(Blaster, wr_checkammo2, bool(entity thiswep))
     return true; // blaster has infinite ammo
 }
 
-METHOD(Blaster, wr_suicidemessage, int(entity thiswep))
+METHOD(Blaster, wr_suicidemessage, Notification(entity thiswep))
 {
     return WEAPON_BLASTER_SUICIDE;
 }
 
-METHOD(Blaster, wr_killmessage, int(entity thiswep))
+METHOD(Blaster, wr_killmessage, Notification(entity thiswep))
 {
     return WEAPON_BLASTER_MURDER;
 }