love and hugs

This commit is contained in:
Fox-McCloud
2016-05-05 19:50:29 -04:00
parent d8375f09f2
commit 1facb7a397
2 changed files with 49 additions and 0 deletions
+3
View File
@@ -949,6 +949,9 @@ obj/item/toy/cards/deck/syndicate/black
/obj/item/toy/plushie/attack(mob/M as mob, mob/user as mob)
playsound(loc, poof_sound, 20, 1) // Play the whoosh sound in local area
if(iscarbon(M))
if(prob(10))
M.reagents.add_reagent("hugs", 10)
return ..()
/obj/item/toy/plushie/attack_self(mob/user as mob)