]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
change placeholder weapon name to "AOL CD Thrower"
authorRudolf Polzer <divverent@alientrap.org>
Mon, 11 Jun 2012 10:16:49 +0000 (12:16 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 11 Jun 2012 10:16:49 +0000 (12:16 +0200)
qcsrc/common/items.qc

index 1282d428af96e139049298a6bd2630cf9437d5e8..0aebde0af256b3a4a63d8a260030a9df429202c4 100644 (file)
@@ -43,7 +43,7 @@ void register_weapons_done()
        dummy_weapon_info.weapon = 0; // you can recognize dummies by this
        WEPSET_CLEAR_E(dummy_weapon_info);
        dummy_weapon_info.netname = "";
-       dummy_weapon_info.message = "@!#%'n Tuba";
+       dummy_weapon_info.message = "AOL CD Thrower";
        dummy_weapon_info.items = 0;
        dummy_weapon_info.weapon_func = w_null;
        dummy_weapon_info.mdl = "";