tesh AR visor (#7816)

This commit is contained in:
Kashargul
2024-02-23 22:20:12 +01:00
committed by GitHub
parent b214858a85
commit 7a05c78d59
4 changed files with 15 additions and 0 deletions
@@ -4,6 +4,12 @@
whitelisted = SPECIES_TESHARI
sort_category = "Xenowear"
/datum/gear/eyes/arglasses/tesh_visor
display_name = "AR visor (Teshari)"
path = /obj/item/clothing/glasses/omnihud/visor/tesh
whitelisted = SPECIES_TESHARI
sort_category = "Xenowear"
/datum/gear/suit/hood/New()
..()
var/list/cloaks = list()
@@ -0,0 +1,8 @@
/obj/item/clothing/glasses/omnihud/visor/tesh
name = "AR V-visor"
desc = "A modified VZR-AR visor refitted for Teshari."
icon = 'modular_chomp/icons/inventory/eyes/mob.dmi'
icon_override = 'modular_chomp/icons/inventory/eyes/mob.dmi'
icon_state = "AR_visor_tesh"
item_state = "AR_visor_tesh"
sprite_sheets = list(SPECIES_TESHARI = 'icons/inventory/eyes/mob_teshari.dmi')
Binary file not shown.

After

Width:  |  Height:  |  Size: 260 B

+1
View File
@@ -4704,6 +4704,7 @@
#include "modular_chomp\code\modules\clothing\clothing.dm"
#include "modular_chomp\code\modules\clothing\clothing_icons.dm"
#include "modular_chomp\code\modules\clothing\gateway\gateway.dm"
#include "modular_chomp\code\modules\clothing\glasses\glasses.dm"
#include "modular_chomp\code\modules\clothing\head\jobs.dm"
#include "modular_chomp\code\modules\clothing\masks\hailer.dm"
#include "modular_chomp\code\modules\clothing\rings\rings_ch.dm"