YOU CAN NOW PET BLOBS (#1976)

This commit is contained in:
CitadelStationBot
2017-07-11 00:42:48 -05:00
committed by kevinz000
parent e43af7f1bd
commit 2879cd1593
+8
View File
@@ -19,6 +19,14 @@
var/atmosblock = 0 //if the blob blocks atmos and heat spread
var/mob/camera/blob/overmind
/obj/structure/blob/attack_hand(mob/M)
. = ..()
M.changeNext_move(CLICK_CD_MELEE)
var/a = pick("gently stroke", "nuzzle", "affectionatly pet", "cuddle")
M.visible_message("<span class='notice'>[M] [a]s [src]!</span>", "<span class='notice'>You [a] [src]!</span>")
playsound(src, 'sound/effects/blobattack.ogg', 50, 1) //SQUISH SQUISH
/obj/structure/blob/Initialize()
var/area/Ablob = get_area(loc)