mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 12:16:40 +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!!
9 lines
268 B
Plaintext
9 lines
268 B
Plaintext
/// Turns the user into a sliding puzzle
|
|
/datum/smite/puzzle
|
|
name = "Puzzle"
|
|
|
|
/datum/smite/puzzle/effect(client/user, mob/living/target)
|
|
. = ..()
|
|
if(!puzzle_imprison(target))
|
|
to_chat(user, "<span class='warning'>Imprisonment failed!</span>", confidential = TRUE)
|