]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/vaporizer.qc
Merge branch 'master' into TimePath/notifications
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / vaporizer.qc
index b0eed05078d8788b500c7bd5dec350fca1a2f7e7..92c795421a401cb88e6d50490e28e48a5bf73d31 100644 (file)
@@ -455,11 +455,11 @@ METHOD(Vaporizer, wr_reload, void(entity thiswep, entity actor, .entity weaponen
 
     W_Reload(self, used_ammo, SND(RELOAD));
 }
-METHOD(Vaporizer, wr_suicidemessage, int(entity thiswep))
+METHOD(Vaporizer, wr_suicidemessage, Notification(entity thiswep))
 {
     return WEAPON_THINKING_WITH_PORTALS;
 }
-METHOD(Vaporizer, wr_killmessage, int(entity thiswep))
+METHOD(Vaporizer, wr_killmessage, Notification(entity thiswep))
 {
     return WEAPON_VAPORIZER_MURDER;
 }