mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Adds a new loadout item - Cloak of Eyes (#18592)
* Adds a new loadout item - Cloak of Eyes * I realized there's reasons to override this * cleans up some sin * Update reactive_icon_update.dm * indents * Update code/modules/vore/fluffstuff/custom_clothes_vr.dm
This commit is contained in:
@@ -1175,3 +1175,8 @@ Talon winter coat
|
||||
/datum/gear/suit/pirate_coat
|
||||
display_name = "pirate coat"
|
||||
path = /obj/item/clothing/suit/pirate
|
||||
|
||||
/datum/gear/suit/cloak_of_eyes
|
||||
display_name = "cloak of eyes"
|
||||
description = "A basic looking purple robe that has a hood and can be toggled to have eyes form and stare at moving creatures!"
|
||||
path = /obj/item/clothing/suit/storage/hooded/purple_robes
|
||||
|
||||
Reference in New Issue
Block a user