diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index d7f9edd5656..2ef37f81d3e 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -120,8 +120,10 @@ user << "Current clone cycle is [round(completion)]% complete." return -//Start growing a human clone in the pod! +/obj/machinery/clonepod/attack_ai(mob/user) + return examine(user) +//Start growing a human clone in the pod! /obj/machinery/clonepod/proc/growclone(ckey, clonename, ui, se, mindref, datum/species/mrace, list/features, factions) if(panel_open) return 0