]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/vortex.qc
Merge branch 'master' into TimePath/notifications
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / vortex.qc
index 5f29839b126de05ae899cc18507522cf40c25f9c..d14457b2e9c35c7f80f019a4af1e20153c908598 100644 (file)
@@ -358,11 +358,11 @@ METHOD(Vortex, wr_reload, void(entity thiswep, entity actor, .entity weaponentit
 {
     W_Reload(self, min(WEP_CVAR_PRI(vortex, ammo), WEP_CVAR_SEC(vortex, ammo)), SND(RELOAD));
 }
-METHOD(Vortex, wr_suicidemessage, int(entity thiswep))
+METHOD(Vortex, wr_suicidemessage, Notification(entity thiswep))
 {
     return WEAPON_THINKING_WITH_PORTALS;
 }
-METHOD(Vortex, wr_killmessage, int(entity thiswep))
+METHOD(Vortex, wr_killmessage, Notification(entity thiswep))
 {
     return WEAPON_VORTEX_MURDER;
 }