mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-26 09:32:21 +00:00
* Refactors most spans into span procs * AA * a * AAAAAAAAAAAAAAAAAAAAAA * Update species.dm Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
9 lines
253 B
Plaintext
9 lines
253 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_warning("Imprisonment failed!"), confidential = TRUE)
|