Skip to content

Commit

Permalink
Merge pull request #705 from nednaZ/FloridaFix
Browse files Browse the repository at this point in the history
Florida Man Bugfix
  • Loading branch information
dwasint authored Dec 11, 2023
2 parents 2dc739a + 555459c commit 197186f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "Space Florida Man"
roundend_category = "Florida Men"
antagpanel_category = "Florida Man"
silent = TRUE
objectives = list()
show_to_ghosts = TRUE

Expand Down Expand Up @@ -49,9 +48,9 @@
to_chat(owner, "<span class='boldannounce'>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!</span>")
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)
. = ..()
Expand Down

0 comments on commit 197186f

Please sign in to comment.