mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user