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
+1 -1
View File
@@ -36,7 +36,7 @@
var/custom_outfit
/datum/map_template/mafia/New(path = null, rename = null, cache = FALSE)
path = "_maps/map_files/Mafia/" + map_suffix
path = "_maps/minigame/mafia/" + map_suffix
return ..()
//we only have one map in unit tests for consistency.