mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
the pr (#18322)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user