fix
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
///template picked when the game starts. used for the name and desc reading
|
||||
var/datum/map_template/mafia/current_map
|
||||
///map generation tool that deletes the current map after the game finishes
|
||||
var/datum/map_generator/massdelete/map_deleter
|
||||
var/datum/mapGenerator/massdelete/map_deleter
|
||||
|
||||
///Readable list of roles in current game, sent to the tgui panel for roles list > list("Psychologist x1", "Clown x2")
|
||||
var/list/current_setup_text
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
requires_power = FALSE
|
||||
has_gravity = STANDARD_GRAVITY
|
||||
flags_1 = NONE
|
||||
block_suicide = TRUE
|
||||
//block_suicide = TRUE
|
||||
|
||||
/datum/map_template/mafia
|
||||
var/description = ""
|
||||
|
||||
Reference in New Issue
Block a user