mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
tesh AR visor (#7816)
This commit is contained in:
@@ -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 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user