]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Delete whitespace and spelling mistake corrections
authorLegendaryGuard <rootuser999@gmail.com>
Mon, 15 Mar 2021 00:02:27 +0000 (01:02 +0100)
committerLegendaryGuard <rootuser999@gmail.com>
Mon, 15 Mar 2021 00:02:27 +0000 (01:02 +0100)
qcsrc/common/mutators/mutator/nades/nades.qc
qcsrc/common/mutators/mutator/nades/nades.qh

index 3cfe561c2134e6221512b51294e68d5ce2ade69e..4cab4fe2957e75a9fc27a4ae10a35d048e607156 100644 (file)
@@ -721,7 +721,7 @@ void nade_veil_boom(entity this)
        orb.colormod = NADE_TYPE_VEIL.m_color;
 }
 /**************LEGENDGUARD NEW NADES: EMERALD, AMMO AND DARK NADES functions "cl_nade_type 10", "cl_nade_type 11" and "cl_nade_type 12" *** //more ideas: SPAWNING MINI SPIDERS NADE, SPARKING NADE ***********************/
-// All nade icons are in these directories, samples: gfx/hud/luma/nade_emerald.tga 02-03-2021
+// All nade icons are in these directories, samples: gfx/hud/default/nade_emerald.tga and gfx/hud/luma/nade_emerald.tga 02-03-2021
 // Mario suggests to rename itemdrop nade name to "emerald" nade 02-03-2021
 void nade_emerald_dropitem(entity e, vector org, entity itm)
 {
@@ -795,7 +795,7 @@ void nade_emerald_dropping(vector org)
        int itemcount = autocvar_g_nades_emerald_spawncount;
        for(int j = 0; j < itemcount; ++j)
        {
-               entity e = spawn();             
+               entity e = spawn();
                e.spawnfunc_checked = true;
                //int cvar which manages the ONLY dropping per each type of item 14-03-2021
                
index e80adb2b83a609156c93869f3ffe06366203a06a..b9f971f9eb9a701ce5771ffa4b9208fc19542614 100644 (file)
@@ -72,7 +72,7 @@ float autocvar_g_nades_emerald_fountain_delay = 5;
 float autocvar_g_nades_emerald_ball_count = 3;
 float autocvar_g_nades_emerald_fountain_lifetime = 1; //if much time, fountain will remain
 bool autocvar_g_nades_emerald_powerupjetpack_randomdrop = 0;
-int autocvar_g_nades_emerald_dropitemselect = 0; //admin/user select which item wants to drop in-game, if not will be random
+int autocvar_g_nades_emerald_dropitemselect = 0; //admin/user selects which item wants to drop in-game, if not will be random
 float autocvar_g_nades_ammo_time = 5; //LegendGuard adds new nade cvars 13-02-2021
 float autocvar_g_nades_ammo_rate = 30;
 float autocvar_g_nades_ammo_friend = 1;