mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Gives teshari missing hat + mask sprites.
This commit is contained in:
4
code/modules/clothing/head/misc_special_vr.dm
Normal file
4
code/modules/clothing/head/misc_special_vr.dm
Normal file
@@ -0,0 +1,4 @@
|
||||
/obj/item/clothing/head/cone
|
||||
sprite_sheets = list(
|
||||
SPECIES_TESHARI = 'icons/inventory/head/mob_vr_teshari.dmi'
|
||||
)
|
||||
@@ -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
|
||||
|
||||
@@ -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'
|
||||
)
|
||||
4
code/modules/clothing/masks/miscellaneous_vr.dm
Normal file
4
code/modules/clothing/masks/miscellaneous_vr.dm
Normal file
@@ -0,0 +1,4 @@
|
||||
/obj/item/clothing/mask/emotions
|
||||
sprite_sheets = list(
|
||||
SPECIES_TESHARI = 'icons/inventory/face/mob_vr_teshari.dmi'
|
||||
)
|
||||
@@ -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 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user