From 9abc15f4adfde587a8d55043ae1b9ef14c453fb0 Mon Sep 17 00:00:00 2001 From: Mattia Basaglia Date: Sat, 18 Mar 2017 10:47:41 +0000 Subject: [PATCH] Update g_start_weapon_* notices --- scripts/entities.ent | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/entities.ent b/scripts/entities.ent index 9922c44c..6da273d7 100644 --- a/scripts/entities.ent +++ b/scripts/entities.ent @@ -1325,7 +1325,7 @@ the Hagar the Laser. Note that unless you use - settemp_for_type all g_start_weapon_laser 0 + settemp_for_type all g_balance_blaster_weaponstart 0 in your mapinfo file, everyone will already spawn with one, making this pickup useless. -------- KEYS -------- time till it respawns (default: 15) @@ -1364,7 +1364,7 @@ In Instagib, this turns into an item_minst_cells if no explicit item_minst_cells the Shotgun. Note that unless you use - settemp_for_type all g_start_weapon_shotgun 0 + settemp_for_type all g_balance_shotgun_weaponstart 0 in your mapinfo file, everyone will already spawn with one, making this pickup useless. -------- KEYS -------- initial shells of the weapon (if unset, g_pickup_shells is used) @@ -1594,7 +1594,7 @@ For the number fields, not specifying a value means not changing it. To clear ar You may want to target this by a race checkpoint, a teleporter, or a trigger_multiple with ALLENTS set (so it removes weapons thrown through the field to avoid getting a weapon through it). -------- KEYS -------- used to trigger this -space separated list of items (either weapon short names (like in g_start_weapon_* cvars), or item short names "unlimited_ammo", "unlimited_weapon_ammo", "unlimited_superweapons", "invincible", "strength", "jetpack" and "fuel_regen") +space separated list of items (either weapon short names (like in g_balance_*_weaponstart cvars), or item short names "unlimited_ammo", "unlimited_weapon_ammo", "unlimited_superweapons", "invincible", "strength", "jetpack" and "fuel_regen") message to print amount of shells amount of bullets -- 2.39.2