Skip to content

Commit

Permalink
Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
UEDCommander committed Oct 20, 2024
1 parent 8befe91 commit 80ca62f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
Binary file modified tff_modular/master_files/icons/donator/mob/clothing/under.dmi
Binary file not shown.
Binary file not shown.
Binary file modified tff_modular/master_files/icons/donator/obj/clothing/under.dmi
Binary file not shown.
8 changes: 8 additions & 0 deletions tff_modular/modules/~donator/clothes/donator_clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -364,3 +364,11 @@
/obj/item/clothing/neck/mousecloak/Initialize(mapload)
. = ..()
AddComponent(/datum/component/toggle_clothes, "siamant_sectac_w_t")

/obj/item/clothing/under/rank/nanotrasen_consultant/trurl
icon = 'tff_modular/master_files/icons/donator/obj/clothing/under.dmi'
worn_icon = 'tff_modular/master_files/icons/donator/mob/clothing/under.dmi'
worn_icon_digi = 'tff_modular/master_files/icons/donator/mob/clothing/under_digi.dmi'
desc = "Gold trim on space-black cloth, this uniform bears an inscription that reads \"N.A.V. Trurl \" on the left shoulder. Worn exclusively by officers of the Nanotrasen Navy."
name = "NAV Trurl officer uniform"
icon_state = "ued_trurl_uniform"
6 changes: 6 additions & 0 deletions tff_modular/modules/~donator/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,9 @@
name = "Winter Assault Jacket"
item_path = /obj/item/clothing/neck/mousecloak
ckeywhitelist = list("mercreaper", "yaqapi", "siamant", "flippingtable", "phenyamomota")

/datum/loadout_item/under/miscellaneous/trurl_uniform
name = "NAV Trurl Officer Uniform"
item_path = /obj/item/clothing/under/rank/nanotrasen_consultant/trurl
restricted_roles = list(JOB_NT_REP)
ckeywhitelist = list("UEDHighCommand")

0 comments on commit 80ca62f

Please sign in to comment.