Gives teshari missing hat + mask sprites.

This commit is contained in:
Casey
2022-11-20 20:32:04 -05:00
committed by CHOMPStation2
parent b11da15130
commit 824a11ff36
8 changed files with 27 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
/obj/item/clothing/head/cone
sprite_sheets = list(
SPECIES_TESHARI = 'icons/inventory/head/mob_vr_teshari.dmi'
)

View File

@@ -129,3 +129,11 @@
icon_override = 'icons/inventory/head/mob_vr.dmi'
icon_state = "beret_talon_officer"
item_state = "baret_talon_command"
<<<<<<< HEAD
=======
/obj/item/clothing/head/cowboy
sprite_sheets = list(
SPECIES_TESHARI = 'icons/inventory/head/mob_vr_teshari.dmi'
)
>>>>>>> e33d3c7895... Merge pull request #14103 from tacoguy7765093/youyeedyourlasthaw-hats

View File

@@ -17,4 +17,9 @@
icon = 'icons/inventory/face/item_vr.dmi'
icon_override = 'icons/inventory/face/mob_vr.dmi'
body_parts_covered = FACE|EYES
flags_inv = HIDEEARS|HIDEEYES|HIDEFACE
flags_inv = HIDEEARS|HIDEEYES|HIDEFACE
/obj/item/clothing/mask/gas/plaguedoctor
sprite_sheets = list(
SPECIES_TESHARI = 'icons/inventory/face/mob_vr_teshari.dmi'
)

View File

@@ -0,0 +1,4 @@
/obj/item/clothing/mask/emotions
sprite_sheets = list(
SPECIES_TESHARI = 'icons/inventory/face/mob_vr_teshari.dmi'
)

View File

@@ -28,6 +28,9 @@
/obj/item/clothing/head/wizard/fake/realistic/colorable
desc = "A cool-looking 'magic' hat."
icon_state = "wizard-white"
sprite_sheets = list(
SPECIES_TESHARI = 'icons/inventory/head/mob_vr_teshari.dmi'
)
/obj/item/clothing/head/wizard/marisa
name = "Witch Hat"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -2107,6 +2107,7 @@
#include "code\modules\clothing\head\misc.dm"
#include "code\modules\clothing\head\misc_ch.dm"
#include "code\modules\clothing\head\misc_special.dm"
#include "code\modules\clothing\head\misc_special_vr.dm"
#include "code\modules\clothing\head\misc_vr.dm"
#include "code\modules\clothing\head\pilot_helmet.dm"
#include "code\modules\clothing\head\pilot_helmet_vr.dm"
@@ -2120,6 +2121,7 @@
#include "code\modules\clothing\masks\gasmask_vr.dm"
#include "code\modules\clothing\masks\hailer.dm"
#include "code\modules\clothing\masks\miscellaneous.dm"
#include "code\modules\clothing\masks\miscellaneous_vr.dm"
#include "code\modules\clothing\masks\shiny_vr.dm"
#include "code\modules\clothing\masks\tesh_synth_facemask.dm"
#include "code\modules\clothing\masks\voice.dm"