Poojawa this would been easyer with webedits

This commit is contained in:
TrilbySpaseClone
2019-06-23 01:49:45 -04:00
parent c0d3ddceeb
commit 7f4d60ae25
3 changed files with 14 additions and 0 deletions
@@ -749,3 +749,11 @@
fitted = NO_FEMALE_UNIFORM
can_adjust = FALSE
resistance_flags = NONE
/obj/item/clothing/under/gear_harness
name = "gear harness"
desc = "A simple, inconspicuous harness replacement for a jumpsuit."
icon = 'modular_citadel/icons/obj/clothing/cit_clothes.dmi'
icon_state = "gear_harness"
item_state = "golem" //This allows us to have no clothing on us well also hiding the cit lewd bits unless we show them.
body_parts_covered = CHEST|GROIN
@@ -303,3 +303,9 @@
path = /obj/item/clothing/under/rank/trek/engsec/ent
restricted_desc = "Engineering and Security"
restricted_roles = list("Chief Engineer","Atmospheric Technician","Station Engineer","Warden","Detective","Security Officer","Head of Security","Cargo Technician", "Shaft Miner", "Quartermaster")
//memes
/datum/gear/gear_harnesses
name = "Gear Harness"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/gear_harness
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB