Species and Guns

This commit is contained in:
Fox-McCloud
2014-11-28 19:13:41 -05:00
parent 686262b994
commit a4c72d4603
8 changed files with 25 additions and 31 deletions
+2 -4
View File
@@ -378,11 +378,11 @@
i++
newname += pick(vox_name_syllables)
return capitalize(newname)
/*
/datum/species/vox/handle_post_spawn(var/mob/living/carbon/human/H)
H.verbs += /mob/living/carbon/human/proc/leap
..()
..() */
/datum/species/vox/armalis/handle_post_spawn(var/mob/living/carbon/human/H)
@@ -473,8 +473,6 @@
flags = IS_WHITELISTED | NO_BREATHE | HAS_LIPS | NO_INTORGANS | NO_SCAN
bloodflags = BLOOD_SLIME
bodyflags = FEET_NOSLIP
abilities = list(/mob/living/carbon/human/slime/proc/slimepeople_ventcrawl)
/datum/species/slime/handle_post_spawn(var/mob/living/carbon/human/H)
H.dna = new /datum/dna(null)