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:
Alberyk
2018-08-01 01:11:24 +03:00
committed by Erki
parent e3b0cc5e42
commit c55cc53317
4 changed files with 47 additions and 0 deletions
@@ -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)