This commit is contained in:
Sniblet
2024-02-05 20:22:50 +00:00
committed by GitHub
parent 7302d73ed4
commit 4ad2d7feaf
4 changed files with 25 additions and 0 deletions
@@ -4318,6 +4318,10 @@ Follow by example and make good judgement based on length which list to include
name = "trinary perfection IPC screen"
icon_state = "ipc_tp"
/datum/sprite_accessory/facial_hair/ipc_screen_blank/ipc_screen_gd
name = "golden deep IPC screen"
icon_state = "ipc_gd"
/datum/sprite_accessory/facial_hair/diona_eye
icon = 'icons/mob/human_face/dionae_hair.dmi'
name = "Mono Eye"
@@ -369,6 +369,9 @@
if ("trinary perfection IPC screen")
return LIGHT_COLOR_RED
if ("golden deep IPC screen")
return LIGHT_COLOR_YELLOW
/datum/species/machine/before_equip(var/mob/living/carbon/human/H)
. = ..()
check_tag(H, H.client)