[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:
SkyratBot
2021-03-08 08:41:27 +01:00
committed by GitHub
parent 65f95e8dc2
commit 42e7eba82b
5 changed files with 83 additions and 35 deletions
@@ -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)