updated some sprites, added new clothing

Signed-off-by: CaelAislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
CaelAislinn
2012-02-15 06:58:50 +10:00
parent 9ee093b70e
commit 9d798d3f95
24 changed files with 160 additions and 150 deletions
@@ -74,7 +74,7 @@
else
usr << "\blue [src.name] has \icon[src.gloves] [src.gloves.name] on [t_his] hands."
else if (src.blood_DNA.len)
usr << "\red [src.name] has[src.blood_DNA.len ? " bloody " : " "] hands!"
usr << "\red [src.name] has bloody hands!"
if (src.back)
usr << "\blue [src.name] has a \icon[src.back] [src.back.name] on [t_his] back."
@@ -111,6 +111,8 @@
src << "\blue Your icons have been generated!"
..()
known_languages = new/list()
known_languages.Add("english")
// organStructure = new /obj/effect/organstructure/human(src)
@@ -85,4 +85,6 @@
return 1
if (istype(other, /mob/living/carbon/metroid))
return 1
if (istype(other, /mob/living/carbon/human/tajaran))
return 1
return ..()