mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
12 lines
487 B
Plaintext
12 lines
487 B
Plaintext
/obj/item/clothing/under/permit
|
|
name = "public nudity permit"
|
|
desc = "This permit entitles the bearer to conduct their duties without a uniform. Normally issued to furred crewmembers or those with nothing to hide."
|
|
icon = 'icons/obj/card.dmi'
|
|
icon_state = "guest"
|
|
body_parts_covered = 0
|
|
|
|
sprite_sheets = list()
|
|
|
|
item_state = "golem" //This is dumb and hacky but was here when I got here.
|
|
worn_state = "golem" //It's basically just a coincidentally black iconstate in the file.
|