From 62b5a77509f0536054296e1d981ac2720dfb2461 Mon Sep 17 00:00:00 2001 From: ThePooba <81843097+ThePooba@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:39:07 -0600 Subject: [PATCH] removed part of change that made florida men florida mans --- .../code/modules/antagonists/florida_man/_florida_man.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/monkestation/code/modules/antagonists/florida_man/_florida_man.dm b/monkestation/code/modules/antagonists/florida_man/_florida_man.dm index 50cc0f23803d..de4b5df4888b 100644 --- a/monkestation/code/modules/antagonists/florida_man/_florida_man.dm +++ b/monkestation/code/modules/antagonists/florida_man/_florida_man.dm @@ -52,9 +52,7 @@ owner.current.playsound_local(get_turf(owner.current), 'monkestation/sound/ambience/antag/floridaman.ogg',100,0, use_reverb = FALSE) 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(newname = "Florida Man") - else + if(prob(1)) // 1% chance to be Tony Brony...because meme references to streams are good! floridan.fully_replace_character_name(newname = "Tony Brony") /datum/antagonist/florida_man/antag_token(datum/mind/hosts_mind, mob/spender)