mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Adds Gear for the Hoplan (#19994)
Adds uniform and armor for the Golden Deep Hoplan, one of the military arms of the Golden Deep.  Added to traitor uplink Thanks to @NobleRow for spritework and lore - [x] fix worn sprites - [x] Name,desc,extended desc for all items --------- Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
This commit is contained in:
@@ -56,6 +56,23 @@
|
||||
icon = 'icons/clothing/under/uniforms/goldendeep_skirtsuit.dmi'
|
||||
contained_sprite = TRUE
|
||||
|
||||
// Hoplan
|
||||
/obj/item/clothing/under/goldendeep/hoplan
|
||||
name = "hoplan uniform"
|
||||
desc = "A standard issued uniform for a Hoplan house, often provided to represent a particular merchant or merchant organization who is funding the group."
|
||||
icon_state = "hoplan_uniform"
|
||||
item_state = "hoplan_uniform"
|
||||
icon = 'icons/clothing/under/uniforms/goldendeep_hoplan.dmi'
|
||||
contained_sprite = TRUE
|
||||
|
||||
/obj/item/clothing/head/goldendeep/hoplan
|
||||
name = "hoplan combat hat"
|
||||
desc = "A large poofy and floppy hat with a golden antennae sticking out its top where typically feathers would protrude. If you wanted to be historically accurate."
|
||||
icon_state = "hoplan_combat_hat"
|
||||
item_state = "hoplan_combat_hat"
|
||||
icon = 'icons/clothing/head/hoplan_combat_hat.dmi'
|
||||
contained_sprite = TRUE
|
||||
|
||||
//colorable items go under here
|
||||
|
||||
//shirts
|
||||
|
||||
Reference in New Issue
Block a user