mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-21 19:57:07 +01:00
AKA [PORT] Refactors smiting, adds smite build mode tgstation/tgstation#55327 !! NOT!! A!! RUNNING!! BUILD!! LIGHTNING IS BROKEN IMMERSE IS COMMENTED OUT HALF OF THIS SHIT IS BROKEN DO NOT BASE YOURSELF ON THIS BUILD!!
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
/// Turns the target into a pickle
|
|
/datum/smite/pickle
|
|
name = "Pickle"
|
|
|
|
/datum/smite/pickle/effect(client/user, mob/living/target)
|
|
. = ..()
|
|
target.turn_into_pickle()
|