mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-17 01:52:38 +01:00
plushie love (#4964)
* plushie love * Kiss2 * good god why * you can make severed heads kiss now :) * [I] first * [I] first2 * comma * comma
This commit is contained in:
@@ -306,6 +306,12 @@
|
||||
owner.custom_pain("A jolt of pain surges through your [name]!",1)
|
||||
owner.eye_blurry += 20 //Specific level 2 'feature
|
||||
|
||||
/obj/item/organ/external/head/attackby(obj/item/I as obj, mob/user as mob)
|
||||
if(istype(I, /obj/item/toy/plushie) || istype(I, /obj/item/organ/external/head))
|
||||
user.visible_message("<span class='notice'>[user] makes \the [I] kiss \the [src]!.</span>", \
|
||||
"<span class='notice'>You make \the [I] kiss \the [src]!.</span>")
|
||||
return ..()
|
||||
|
||||
/obj/item/organ/external/head/skrell
|
||||
eye_icon = "skrell_eyes_s"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user