From 3685726f7ccb04c9deddbcd2b2c3fdafa97ad551 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Thu, 17 Aug 2017 05:00:03 -0700 Subject: [PATCH] Removes useless clutter. --- code/game/gamemodes/blob/theblob.dm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/code/game/gamemodes/blob/theblob.dm b/code/game/gamemodes/blob/theblob.dm index f6cdd64bb69..4cf98b8db71 100644 --- a/code/game/gamemodes/blob/theblob.dm +++ b/code/game/gamemodes/blob/theblob.dm @@ -19,16 +19,6 @@ 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("[M] [a]s [src]!", "You [a] [src]!") - to_chat(overmind, "[M] [a]s you!") - playsound(src, 'sound/effects/blobattack.ogg', 50, 1) //SQUISH SQUISH - - - /obj/structure/blob/Initialize() var/area/Ablob = get_area(loc) if(Ablob.blob_allowed) //Is this area allowed for winning as blob?