]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/fireball.qc
Merge branch 'master' into TimePath/notifications
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / fireball.qc
index 53520c60b78ec59b1968d407ae6b72c819a5103b..8c0d928db883e5e03d4342f1237402eaf80dcb6c 100644 (file)
@@ -408,14 +408,14 @@ METHOD(Fireball, wr_resetplayer, void(entity thiswep))
 {
     self.fireball_primarytime = time;
 }
-METHOD(Fireball, wr_suicidemessage, int(entity thiswep))
+METHOD(Fireball, wr_suicidemessage, Notification(entity thiswep))
 {
     if(w_deathtype & HITTYPE_SECONDARY)
         return WEAPON_FIREBALL_SUICIDE_FIREMINE;
     else
         return WEAPON_FIREBALL_SUICIDE_BLAST;
 }
-METHOD(Fireball, wr_killmessage, int(entity thiswep))
+METHOD(Fireball, wr_killmessage, Notification(entity thiswep))
 {
     if(w_deathtype & HITTYPE_SECONDARY)
         return WEAPON_FIREBALL_MURDER_FIREMINE;