Merge pull request #4317 from tacoguy7765093/teshariheadsprite

Add missing sprites to teshari for a few misc items.
This commit is contained in:
Nadyr
2022-06-06 18:33:19 -04:00
committed by GitHub
5 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/obj/item/clothing/mask/gas/plaguedoctor/New()
. = ..()
var/shtfound = sprite_sheets.Find(SPECIES_TESHARI)
if(shtfound)
sprite_sheets[SPECIES_TESHARI] = 'modular_chomp/icons/inventory/face/mob_teshari.dmi'
else
sprite_sheets[SPECIES_TESHARI] = 'modular_chomp/icons/inventory/face/mob_teshari.dmi'
/obj/item/clothing/mask/gas/plaguedoctor/gold/New()
. = ..()
var/shtfound = sprite_sheets.Find(SPECIES_TESHARI)
if(shtfound)
sprite_sheets[SPECIES_TESHARI] = 'modular_chomp/icons/inventory/face/mob_teshari.dmi'
else
sprite_sheets[SPECIES_TESHARI] = 'modular_chomp/icons/inventory/face/mob_teshari.dmi'

View File

@@ -0,0 +1,7 @@
/obj/item/clothing/mask/emotions/New()
. = ..()
var/shtfound = sprite_sheets.Find(SPECIES_TESHARI)
if(shtfound)
sprite_sheets[SPECIES_TESHARI] = 'modular_chomp/icons/inventory/face/mob_teshari.dmi'
else
sprite_sheets[SPECIES_TESHARI] = 'modular_chomp/icons/inventory/face/mob_teshari.dmi'

View File

@@ -0,0 +1,7 @@
/obj/item/clothing/head/cone/New()
. = ..()
var/shtfound = sprite_sheets.Find(SPECIES_TESHARI)
if(shtfound)
sprite_sheets[SPECIES_TESHARI] = 'modular_chomp/icons/inventory/head/mob_teshari.dmi'
else
sprite_sheets[SPECIES_TESHARI] = 'modular_chomp/icons/inventory/head/mob_teshari.dmi'