mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 12:31:32 +00:00
Refactors smiting out from being a large switch/case into datums. Adds a new smite option to build mode. This lets you choose a smite and rapidly apply it to a lot of people, presumably for EORG. Requested for by...one of the admins, I forget which.
8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
/// "Fully immerses" the player, making them manually breathe and blink
|
|
/datum/smite/immerse
|
|
name = "Fully Immerse"
|
|
|
|
/datum/smite/immerse/effect(client/user, mob/living/target)
|
|
. = ..()
|
|
immerse_player(target)
|