X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Ffireball.qc;fp=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Ffireball.qc;h=8c0d928db883e5e03d4342f1237402eaf80dcb6c;hb=9f70bdba9a6fb2c06324be13504341da967f7028;hp=53520c60b78ec59b1968d407ae6b72c819a5103b;hpb=f6aef4f937fde258e3cd8c7a05f7deb908a044c8;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/weapon/fireball.qc b/qcsrc/common/weapons/weapon/fireball.qc index 53520c60b..8c0d928db 100644 --- a/qcsrc/common/weapons/weapon/fireball.qc +++ b/qcsrc/common/weapons/weapon/fireball.qc @@ -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;