Skip to content

Commit

Permalink
TGS Test Merge (#6042)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue authored and Blue committed Oct 4, 2023
2 parents fa40310 + c84ae08 commit 22866b7
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2479,6 +2479,7 @@
/obj/item/clothing/suit/banana = 3,
/obj/item/clothing/suit/assassin = 3,
/obj/item/clothing/head/bard = 3,
/obj/item/clothing/head/helmet/aquiline = 3,
/obj/item/clothing/under/aquiline_enforcer = 3,
/obj/item/clothing/under/yoko = 3,
/obj/item/clothing/under/kamina = 3,
Expand Down
8 changes: 8 additions & 0 deletions code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,14 @@
/obj/item/clothing/head/helmet/kettle/eyes
icon_state = "kettle_eyes"

//Dredd
/obj/item/clothing/head/helmet/aquiline
name = "aquiline enforcer helmet"
desc = "Prior to the Final War, issues with law enforcement on Old Earth became so bad that in many countries the police became little more than roving executioners. This striking helmet was designed to help law enforcement officers easily identify themselves in crowds."
icon = 'icons/clothing/uniform/costume/aquiline.dmi'
icon_state = "dredd"
worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL

//More Warhammer Fun
/obj/item/clothing/head/helmet/utilitarian
name = "utilitarian military helmet"
Expand Down
7 changes: 7 additions & 0 deletions code/modules/clothing/shoes/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,10 @@
icon = 'icons/clothing/shoes/ballet.dmi'
icon_state = "ballet"
worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL

/obj/item/clothing/shoes/socksandals
name = "socks and sandals"
desc = "These broken in leather sandals go great with a brand new pair of white socks. The ultimate in comfort for a wandering sightseer."
icon = 'icons/clothing/uniform/misc/tourist.dmi'
icon_state = "touristsandal"
worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL
7 changes: 7 additions & 0 deletions code/modules/clothing/under/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2356,3 +2356,10 @@
icon = 'icons/clothing/uniform/costume/darkcleric.dmi'
icon_state = "darkcleric"
worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL

/obj/item/clothing/under/tourist
name = "tourist liesurewear"
desc = "This loud shirt is made of mid-grade cashmere. This premier liesurewear pairs well with a nice pair of khaki shorts that stop uncomfortably above the knee."
icon = 'icons/clothing/uniform/misc/tourist.dmi'
icon_state = "tourist"
worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL
8 changes: 8 additions & 0 deletions code/modules/holidays/halloween_loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@
display_name = "Costume Head - Dark Cleric Circlet"
path = /obj/item/clothing/head/darkcleric

/datum/loadout_entry/seasonal/halloween/costumes/head/aquiline
display_name = "Costume Head - Aquiline Enforcer"
path = /obj/item/clothing/head/helmet/aquiline

// Mask
/datum/loadout_entry/seasonal/halloween/costumes/mask
name = "Costume Mask - Fake Moustache"
Expand Down Expand Up @@ -432,6 +436,10 @@
display_name = "Costume Uniform - Dark Cleric Armor"
path = /obj/item/clothing/under/darkcleric

/datum/loadout_entry/seasonal/halloween/costumes/under/aquiline
display_name = "Costume Uniform - Aquiline Enforcer"
path = /obj/item/clothing/under/aquiline_enforcer

// Gloves

/datum/loadout_entry/seasonal/halloween/costumes/gloves
Expand Down
4 changes: 4 additions & 0 deletions code/modules/loadout/loadout_shoes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,7 @@
/datum/loadout_entry/shoes/ballet
name = "Antheia Pointe Shoes"
path = /obj/item/clothing/shoes/ballet

/datum/loadout_entry/shoes/socksandals
name = "Sandals With Socks"
path = /obj/item/clothing/shoes/socksandals
4 changes: 4 additions & 0 deletions code/modules/loadout/loadout_uniform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,10 @@ Swimsuits
name = "Antheia Tutu"
path = /obj/item/clothing/under/ballet

/datum/loadout_entry/uniform/tourist
name = "Tourist Liesurewear"
path = /obj/item/clothing/under/tourist

//Tajaran wears

/datum/loadout_entry/uniform/tajaran/summercloths_selection
Expand Down
Binary file modified icons/clothing/uniform/costume/aquiline.dmi
Binary file not shown.
Binary file added icons/clothing/uniform/misc/tourist.dmi
Binary file not shown.

0 comments on commit 22866b7

Please sign in to comment.