Skip to content

Commit

Permalink
UEDHighCommand Wikired item (#5116)
Browse files Browse the repository at this point in the history
* Stuff

* Add credit where credits due
  • Loading branch information
UEDCommander authored Oct 20, 2024
1 parent 8befe91 commit 1afe916
Show file tree
Hide file tree
Showing 5 changed files with 16 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.
10 changes: 10 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,13 @@
/obj/item/clothing/neck/mousecloak/Initialize(mapload)
. = ..()
AddComponent(/datum/component/toggle_clothes, "siamant_sectac_w_t")

// Uniform sprite copied from SS1984 Paradise Station

/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 1afe916

Please sign in to comment.