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

Something Wicked This Way Comes. #1237

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

EllPrivico
Copy link

@EllPrivico EllPrivico commented Jan 27, 2025

About The Pull Request

ultrakill 0-s scare

Why It's Good For The Game

admin smite, funny

A Port?

no

Pre-Merge Checklist

  • You tested this on a local server.
  • This code did not runtime during testing.
  • You documented all of your changes.

Changelog

🆑 Elpriv
add: Added Something Wicked's sound+text to the admin smites
/:cl:

Comment on lines +1 to +7
/datum/smite/wicked
name = "0-S: Something Wicked"

/datum/smite/wicked/effect(client/user, mob/living/target)
. = ..()
SEND_SOUND(target, sound('sound/misc/wickedscream.ogg'))
to_chat(target, span_boldnotice("Something Wicked This Way Comes."))

Choose a reason for hiding this comment

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

Suggested change
/datum/smite/wicked
name = "0-S: Something Wicked"
/datum/smite/wicked/effect(client/user, mob/living/target)
. = ..()
SEND_SOUND(target, sound('sound/misc/wickedscream.ogg'))
to_chat(target, span_boldnotice("Something Wicked This Way Comes."))
/datum/smite/wicked
name = "0-S: Something Wicked"
/datum/smite/wicked/effect(client/user, mob/living/target)
. = ..()
SEND_SOUND(target, sound('sound/misc/wickedscream.ogg'))
to_chat(target, span_boldnotice("Something Wicked This Way Comes."))

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.

2 participants