From 210e80fc8619ad2962e542481e0b50f8d25b1851 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 1 Jun 2014 22:27:02 -0400 Subject: [PATCH] Fuck nymph griff! --- code/modules/mob/living/carbon/monkey/diona.dm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/code/modules/mob/living/carbon/monkey/diona.dm b/code/modules/mob/living/carbon/monkey/diona.dm index c43213c3d40..ebcd6e78ab1 100644 --- a/code/modules/mob/living/carbon/monkey/diona.dm +++ b/code/modules/mob/living/carbon/monkey/diona.dm @@ -239,3 +239,13 @@ src << "\green You feel your awareness expand, and realize you know how to understand the creatures around you." else src << "\green The blood seeps into your small form, and you draw out the echoes of memories and personality from it, working them into your budding mind." + + +/mob/living/carbon/monkey/diona/put_in_hands(obj/item/W) + W.loc = get_turf(src) + W.layer = initial(W.layer) + W.dropped() + +/mob/living/carbon/monkey/diona/put_in_active_hand(obj/item/W) + src << "\red You don't have any hands!" + return \ No newline at end of file