Fixes skrell helmet refitting, modkit text

This commit is contained in:
mwerezak
2014-07-20 11:24:22 -04:00
parent 3d9f1754cd
commit e9772faabc
2 changed files with 9 additions and 9 deletions

View File

@@ -44,8 +44,10 @@
/obj/item/clothing/head/helmet/refit_for_species(var/target_species)
switch(target_species)
if("Human")
if("Skrell")
species_restricted = list("exclude","Unathi","Tajaran","Diona","Vox")
if("Human")
species_restricted = list("exclude","Skrell","Unathi","Tajaran","Diona","Vox")
else
species_restricted = list(target_species)