From 5585da89c644ac6de47dac26922bb9bcd54767cc Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sat, 17 May 2014 14:20:53 +0930 Subject: [PATCH] Derp. --- code/modules/mob/living/carbon/species.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/carbon/species.dm b/code/modules/mob/living/carbon/species.dm index f18d054569a..b2baff8e0b8 100644 --- a/code/modules/mob/living/carbon/species.dm +++ b/code/modules/mob/living/carbon/species.dm @@ -216,14 +216,14 @@ "gloves" = 'icons/mob/species/vox/gloves.dmi' ) -/datum/species/vox/handle_post_spawn() +/datum/species/vox/handle_post_spawn(var/mob/living/carbon/human/H) - verbs += /mob/living/carbon/human/proc/leap + H.verbs += /mob/living/carbon/human/proc/leap ..() -/datum/species/vox/armalis/handle_post_spawn() +/datum/species/vox/armalis/handle_post_spawn(var/mob/living/carbon/human/H) - verbs += /mob/living/carbon/human/proc/gut + H.verbs += /mob/living/carbon/human/proc/gut ..() /datum/species/vox/armalis