mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-09 15:15:34 +01:00
[MIRROR] Adds an Ocky icky phobia (#3996)
* Adds an Ocky icky phobia (#57450) Co-authored-by: Emmanuel S. <emmanuelssr@ gmail.com> Co-authored-by: interestingusernam3 <51925758+interestingusernam3@ users.noreply.github.com> * Adds an Ocky icky phobia Co-authored-by: GuillaumePrata <55374212+GuillaumePrata@users.noreply.github.com> Co-authored-by: Emmanuel S. <emmanuelssr@ gmail.com> Co-authored-by: interestingusernam3 <51925758+interestingusernam3@ users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/// "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