mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Adds more Port Antillian paraphernalia (#18198)
This commit is contained in:
@@ -622,6 +622,7 @@
|
||||
flagpatch_national["flagpatch, free council"] = /obj/item/clothing/accessory/flagpatch/freecouncil
|
||||
flagpatch_national["flagpatch, nralakk"] = /obj/item/clothing/accessory/flagpatch/nralakk
|
||||
flagpatch_national["flagpatch, hegemony"] = /obj/item/clothing/accessory/flagpatch/hegemony
|
||||
flagpatch_national["flagpatch, port antillia"] = /obj/item/clothing/accessory/flagpatch/portantillia
|
||||
gear_tweaks += new /datum/gear_tweak/path(flagpatch_national)
|
||||
|
||||
/datum/gear/accessory/aodai
|
||||
|
||||
@@ -86,6 +86,7 @@
|
||||
coffeecups["Eridani coffee cup"] = /obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/eridani
|
||||
coffeecups["Elyra coffee cup"] = /obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/elyra
|
||||
coffeecups["Hegemony coffee cup"] = /obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/hegemony
|
||||
coffeecups["Port Antillia coffee cup"] = /obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/portantillia
|
||||
coffeecups["Nralakk coffee cup"] = /obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/nralakk
|
||||
coffeecups["NT coffee cup"] = /obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/nt
|
||||
coffeecups["Hephaestus coffee cup"] = /obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/metal/hepht
|
||||
|
||||
@@ -679,6 +679,13 @@
|
||||
icon_state = "flagpatch_hegemony"
|
||||
item_state = "flagpatch_hegemony"
|
||||
|
||||
/obj/item/clothing/accessory/flagpatch/portantillia
|
||||
name = "port antillia flagpatch"
|
||||
desc = "A patch bearing the flag of the Union of Port Antillia. Often associated with veterans of the \
|
||||
Antillian Provincial Naval Fleets, these patches are a mark of resilience through hard times on the planet."
|
||||
icon_state = "flagpatch_portantillia"
|
||||
item_state = "flagpatch_portantillia"
|
||||
|
||||
// Wildlands
|
||||
|
||||
/obj/item/clothing/accessory/flagpatch/fsf
|
||||
|
||||
@@ -89,6 +89,11 @@
|
||||
desc = "A tricolor coffee cup bearing the flag of Europa."
|
||||
icon_state = "coffeecup_europa"
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/portantillia
|
||||
name = "\improper Port Antillia coffee cup"
|
||||
desc = "A tricolor coffee cup bearing the flag of Port Antillia."
|
||||
icon_state = "coffeecup_portantillia"
|
||||
|
||||
// Organisations
|
||||
/obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/nt
|
||||
name = "\improper NT coffee cup"
|
||||
|
||||
Reference in New Issue
Block a user