Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Cluwnes as a Wizard Spell and Cluwne Bans #2204

Merged
merged 35 commits into from
Apr 27, 2016
Merged

Adds Cluwnes as a Wizard Spell and Cluwne Bans #2204

merged 35 commits into from
Apr 27, 2016

Conversation

TheOneAndOnlyCreeperJoe
Copy link
Contributor

Cluwnes are sad people who have been cursed with a set of shoes, a uniform and a mask they cannot remove. They also have the Cluwne mutation, which basically causes them to have 200 brain damage at all times, have clumsy and have a chance, while they're alive, to randomly scream, say honk or get stunned. In addition, if they somehow remove the mutation, they'll combust and get the cluwne mutation re-added instantly (this basically means you die if you have mutadone in your body).

Wizards can get the spell for 2 spell points. It's robed, has a range of 7 (aka the size of your screen) and a cooldown of 60. I've also lowered the cost of horsehead to 1 because this spell is almost strictly superior to it.

Adds a Cluwneban option for Admins. Follows the same framework as the catbeast ban, so if there's something wrong with cluwnes it'll be wrong with catbeasts too.

Wearing the mask causes you to get the Cluwne mutation as well (which automatically gives you the assorted clothes), in case you ever wanted to endorse your dreams of being a pitiful and tormented creature in a costume that is constantly made fun of (that isn't a furry).

Custom screams are handled by the jumpsuit (code shamelessly stolen from the cosby sweater)

@doobiedoo23
Copy link
Contributor

+++++++++++++++++++++111111111111

@Zadeon
Copy link
Contributor

Zadeon commented Apr 25, 2016

👍 👍 👍 👍 👍 👍

@Crystalwarrior
Copy link
Contributor

Floorcluwnes when

@myontasm
Copy link
Contributor

Yes. Yes. Yes. YES.

@@ -238,6 +238,8 @@ var/datum/subsystem/job/SSjob
for(var/mob/new_player/player in unassigned)
if(jobban_isbanned(player, "catban"))
AssignRole(player, "Assistant")
if(jobban_isbanned(player, "cluwneban"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge this statement with the one up here tbh

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's for aesthetics, that's it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -38,6 +38,9 @@
if(jobban_isbanned(src, "catban") && src.dna.species.name != "Tarajan")
src.set_species(/datum/species/cat, icon_update=1)

if(jobban_isbanned(src, "cluwneban"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should check if src doesn't have the mutation already t make it more efficient

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

couldn't find a proc that checks for it.

@TheOneAndOnlyCreeperJoe
Copy link
Contributor Author

TheOneAndOnlyCreeperJoe commented Apr 25, 2016

DNM since I forgot a feature (and have to do Carbon's shopping list)

@Lawligagger
Copy link
Contributor

fantastic

@McHatters
Copy link
Contributor

Should cluwnes be prevented from suiciding or ghosting? Having them actively seek their own death so they can put themselves out of their misery probably sounds a bit interesting.

@Lawligagger
Copy link
Contributor

Don't allow them to ghost or suicide, only allow them to ghost until they've died

@Nokington
Copy link
Contributor

👍

@TheOneAndOnlyCreeperJoe
Copy link
Contributor Author

Cluwnes can no longer suicide/ghost

@myontasm
Copy link
Contributor

👌👀👌👀👌👀👌👀👌👀 good shit go౦ԁ sHit👌 thats ✔ some good👌👌shit right👌👌th 👌 ere👌👌👌 right✔there ✔✔if i do ƽaү so my self 💯 i say so 💯 thats what im talking about right there right there (chorus: ʳᶦᵍʰᵗ ᵗʰᵉʳᵉ) mMMMMᎷМ💯 👌👌 👌НO0ОଠOOOOOОଠଠOoooᵒᵒᵒᵒᵒᵒᵒᵒᵒ👌 👌👌 👌 💯 👌 👀 👀 👀 👌👌Good shit

@TheOneAndOnlyCreeperJoe
Copy link
Contributor Author

fixed @Carbonhell his shopping list

@myontasm
Copy link
Contributor

What's the status? Anyone confirm this is good to merge? I'm anxious to cluwneban myself

@myontasm
Copy link
Contributor

Hello~?

@doobiedoo23
Copy link
Contributor

Looks good to merge, should probably get someone to codecheck it once more tho

@TDcoolguy300
Copy link
Contributor

Code's OK you nerds

@doobiedoo23 doobiedoo23 merged commit adaa12b into HippieStationArchive:master Apr 27, 2016
if((src.dna.check_mutation(CLUWNEMUT)))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fucking sec. Aaa

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Src.*

@github-staff github-staff deleted a comment May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants