diff --git a/monkestation/code/modules/antagonists/florida_man/_florida_man.dm b/monkestation/code/modules/antagonists/florida_man/_florida_man.dm index 47cb9ebe1b25..48eeba86fc9e 100644 --- a/monkestation/code/modules/antagonists/florida_man/_florida_man.dm +++ b/monkestation/code/modules/antagonists/florida_man/_florida_man.dm @@ -2,7 +2,6 @@ name = "Space Florida Man" roundend_category = "Florida Men" antagpanel_category = "Florida Man" - silent = TRUE objectives = list() show_to_ghosts = TRUE @@ -49,9 +48,9 @@ to_chat(owner, "You are THE Florida Man!\nYou're not quite sure how you got out here in space, but you don't generally bother thinking about things.\n\nYou love methamphetamine!\nYou love wrestling lizards!\nYou love getting drunk!\nYou love sticking it to THE MAN!\nYou don't act with any coherent plan or objective.\nYou don't outright want to destroy the station or murder people, as you have no home to return to.\n\nGo forth, son of Space Florida, and sow chaos!") owner.announce_objectives() if(!prob(1)) // 1% chance to be Tony Brony...because meme references to streams are good! - floridan.fully_replace_character_name(floridan.real_name, "Florida Man") + floridan.fully_replace_character_name(newname = "Florida Man") else - floridan.fully_replace_character_name(floridan.real_name, "Tony Brony") + floridan.fully_replace_character_name(newname = "Tony Brony") /datum/antagonist/florida_man/antag_token(datum/mind/hosts_mind, mob/spender) . = ..()