We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b09ab2c + 0bbcb63 commit 99fb92fCopy full SHA for 99fb92f
src/client.c
@@ -2149,9 +2149,7 @@ void PutClientInServer(void)
2149
items |= IT_SUPER_SHOTGUN;
2150
items |= IT_ROCKET_LAUNCHER;
2151
items |= IT_GRENADE_LAUNCHER;
2152
-
2153
- if (streq(mapname, "dm3") || streq(mapname, "dm4"))
2154
- items |= IT_LIGHTNING;
+ items |= IT_LIGHTNING;
2155
2156
items &= ~( IT_ARMOR1 | IT_ARMOR2 | IT_ARMOR3);
2157
if (!self->isBot)
src/commands.c
@@ -4427,6 +4427,7 @@ const char tot_um_init[] =
4427
"dq 0\n"
4428
"dr 0\n"
4429
"k_bzk 0\n"
4430
+ "k_disallow_weapons 80\n"
4431
"k_exttime 0\n"
4432
"k_fb_enabled 1\n"
4433
"k_fb_quad_multiplier 8\n"
0 commit comments