Skip to content

Commit

Permalink
Use new_move again
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Sep 16, 2024
1 parent e996150 commit 34e4a92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mods/ctf/ctf_modes/ctf_mode_classes/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ctf_modebase.register_mode("classes", {
"ctf_ranged:ammo", "default:axe_mese", "default:axe_diamond", "default:shovel_mese", "default:shovel_diamond",
"ctf_map:damage_cobble", "ctf_map:spike", "ctf_map:reinforced_cobble 2",
},
physics = {sneak_glitch = true, new_move = false},
physics = {sneak_glitch = true, new_move = true},
blacklisted_nodes = {"default:apple"},
team_chest_items = {
"default:cobble 80", "default:wood 80", "ctf_map:damage_cobble 20", "ctf_map:reinforced_cobble 20",
Expand Down
2 changes: 1 addition & 1 deletion mods/ctf/ctf_modes/ctf_mode_classic/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ctf_modebase.register_mode("classic", {
["grenades:smoke"] = {rarity = 0.2, max_stacks = 2},
},
crafts = {"ctf_ranged:ammo", "ctf_melee:sword_steel", "ctf_melee:sword_mese", "ctf_melee:sword_diamond"},
physics = {sneak_glitch = true, new_move = false},
physics = {sneak_glitch = true, new_move = true},
team_chest_items = {"default:cobble 99", "default:wood 99", "default:torch 30", "ctf_teams:door_steel 2"},
rankings = rankings,
recent_rankings = recent_rankings,
Expand Down
2 changes: 1 addition & 1 deletion mods/ctf/ctf_modes/ctf_mode_nade_fight/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ctf_modebase.register_mode("nade_fight", {
"ctf_map:spike",
"ctf_map:reinforced_cobble 2",
},
physics = {sneak_glitch = true, new_move = false},
physics = {sneak_glitch = true, new_move = true},
blacklisted_nodes = {"default:apple"},
team_chest_items = {
"default:cobble 80", "default:wood 80", "ctf_map:damage_cobble 20", "ctf_map:reinforced_cobble 20",
Expand Down

0 comments on commit 34e4a92

Please sign in to comment.