This commit is contained in:
Letter N
2020-08-10 13:10:40 +08:00
parent fa323732a1
commit ec57c24a71

View File

@@ -334,7 +334,7 @@
/**
* Cleans up the game, resetting variables back to the beginning and removing the map with the generator.
*/
/datum/mafia_controller/proc/end_game(
/datum/mafia_controller/proc/end_game()
map_deleter.generate() //remove the map, it will be loaded at the start of the next one
QDEL_LIST(all_roles)
turn = 0