mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Adds tajaran flags (#5050)
-adds the Democratic People's Republic of Adhomai flag and banner -adds the People's Republic of Adhomai flag and banner You can get both from the loadout. Sprites were made by kyres1.
This commit is contained in:
@@ -78,6 +78,8 @@
|
||||
banners["banner, NanoTrasen"] = /obj/item/weapon/flag/nanotrasen
|
||||
banners["banner, Eridani Fed"] = /obj/item/weapon/flag/eridani
|
||||
banners["banner, Sedantis"] = /obj/item/weapon/flag/vaurca
|
||||
banners["banner, People's Republic of Adhomai"] = /obj/item/weapon/flag/pra
|
||||
banners["banner, Democratic People's Republic of Adhomai"] = /obj/item/weapon/flag/dpra
|
||||
gear_tweaks += new/datum/gear_tweak/path(banners)
|
||||
|
||||
/datum/gear/flag
|
||||
@@ -96,6 +98,8 @@
|
||||
flags["flag, NanoTrasen"] = /obj/item/weapon/flag/nanotrasen/l
|
||||
flags["flag, Eridani Fed"] = /obj/item/weapon/flag/eridani/l
|
||||
flags["flag, Sedantis"] = /obj/item/weapon/flag/vaurca/l
|
||||
flags["flag, People's Republic of Adhomai"] = /obj/item/weapon/flag/pra/l
|
||||
flags["flag, Democratic People's Republic of Adhomai"] = /obj/item/weapon/flag/dpra/l
|
||||
gear_tweaks += new/datum/gear_tweak/path(flags)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user