Merge pull request #1015 from Zuhayr/xenosremove

Removes xenormorphs.
This commit is contained in:
Neerti
2016-03-04 12:34:13 -05:00
46 changed files with 83 additions and 2013 deletions

View File

@@ -1,10 +1,4 @@
// fun if you want to typecast humans/monkeys/etc without writing long path-filled lines.
/proc/isxenomorph(A)
if(istype(A, /mob/living/carbon/human))
var/mob/living/carbon/human/H = A
return istype(H.species, /datum/species/xenos)
return 0
/proc/issmall(A)
if(A && istype(A, /mob/living))
var/mob/living/L = A