Move mafia, CTF, and deathmatch maps into minigame folder (#90356)

## About The Pull Request
Repaths all the various minigames to be in the same mapping folder for
organization.

## Why It's Good For The Game
Being able to find maps is nice.

## Changelog
🆑
map: Move mafia, CTF, and deathmatch maps into minigame folder 
/🆑
This commit is contained in:
Tim
2025-04-01 11:17:48 +02:00
committed by GitHub
parent 4429f0b3ba
commit b78fc4ebbb
38 changed files with 9 additions and 9 deletions
@@ -67,30 +67,30 @@ GLOBAL_DATUM(ctf_spawner, /obj/effect/landmark/ctf)
/datum/map_template/ctf/classic
name = "Classic"
description = "The original CTF map."
mappath = "_maps/map_files/CTF/classic.dmm"
mappath = "_maps/minigame/CTF/classic.dmm"
/datum/map_template/ctf/four_side
name = "Four Side"
description = "A CTF map created to demonstrate 4 team CTF, features a single centred flag rather than one per team."
mappath = "_maps/map_files/CTF/fourSide.dmm"
mappath = "_maps/minigame/CTF/fourSide.dmm"
/datum/map_template/ctf/downtown
name = "Downtown"
description = "A CTF map that takes place in a terrestrial city."
mappath = "_maps/map_files/CTF/downtown.dmm"
mappath = "_maps/minigame/CTF/downtown.dmm"
/datum/map_template/ctf/limbo
name = "Limbo"
description = "A KOTH map that takes place in a wizard den with looping hallways"
mappath = "_maps/map_files/CTF/limbo.dmm"
mappath = "_maps/minigame/CTF/limbo.dmm"
points_to_win = 180
/datum/map_template/ctf/cruiser
name = "Crusier"
description = "A CTF map that takes place across multiple space ships, one carrying a powerful device that can accelerate those who obtain it"
mappath = "_maps/map_files/CTF/cruiser.dmm"
mappath = "_maps/minigame/CTF/cruiser.dmm"
/datum/map_template/ctf/turbine
name = "Turbine"
description = "A CTF map that takes place in a familiar facility. Don't try to hold out mid- There's no sentries in this version."
mappath = "_maps/map_files/CTF/turbine.dmm"
mappath = "_maps/minigame/CTF/turbine.dmm"