mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-24 21:26:38 +01:00
[Port] The Ocky Icky Phobia from tgstation/tgstation#57450 & tgstation/tgstation#80247
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
/datum/smite/bread/effect(client/user, mob/living/target)
|
||||
. = ..()
|
||||
var/mutable_appearance/bread_appearance = mutable_appearance('icons/obj/food/burgerbread.dmi', "bread")
|
||||
var/mutable_appearance/transform_scanline = mutable_appearance('icons/effects/effects.dmi', "transform_effect")
|
||||
var/mutable_appearance/transform_scanline = mutable_appearance('modular_splurt/icons/effects/effects.dmi', "transform_effect")
|
||||
target.transformation_animation(bread_appearance,time = BREADIFY_TIME, transform_overlay=transform_scanline, reset_after=TRUE)
|
||||
addtimer(CALLBACK(GLOBAL_PROC, .proc/breadify, target), BREADIFY_TIME)
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
/// "Immerses" the player, making them unable to use some OOC terms IC
|
||||
/datum/smite/ocky_icky
|
||||
name = "Ocky icky phobia"
|
||||
|
||||
/datum/smite/ocky_icky/effect(client/user, mob/living/target)
|
||||
. = ..()
|
||||
var/mob/living/carbon/ocker = target
|
||||
ocker.gain_trauma(/datum/brain_trauma/mild/phobia/ocky_icky, TRAUMA_RESILIENCE_LOBOTOMY)
|
||||
Reference in New Issue
Block a user