All 25 flags have their on-fire in-hands, all species flags added to merch computer.

This commit is contained in:
ZomgPonies
2014-05-26 05:44:16 -04:00
parent f6a9016f34
commit 2ad46a6bcb
6 changed files with 68 additions and 0 deletions
+60
View File
@@ -81,6 +81,66 @@
typepath = /obj/item/device/laser_pointer
cost = 1000
/datum/storeitem/flag/slime
name = "Slime People flag"
desc = "A flag proudly proclaiming the superior heritage of Slime People."
typepath = /obj/item/flag/species/slime
cost = 1000
/datum/storeitem/flag/skrell
name = "Skrell flag"
desc = "A flag proudly proclaiming the superior heritage of Skrell."
typepath = /obj/item/flag/species/skrell
cost = 1000
/datum/storeitem/flag/vox
name = "Vox flag"
desc = "A flag proudly proclaiming the superior heritage of Vox."
typepath = /obj/item/flag/species/vox
cost = 1000
/datum/storeitem/flag/machine
name = "Synthetics flag"
desc = "A flag proudly proclaiming the superior heritage of Synthetics."
typepath = /obj/item/flag/species/machine
cost = 1000
/datum/storeitem/flag/diona
name = "Diona flag"
desc = "A flag proudly proclaiming the superior heritage of Diona."
typepath = /obj/item/flag/species/diona
cost = 1000
/datum/storeitem/flag/human
name = "Human flag"
desc = "A flag proudly proclaiming the superior heritage of Humans."
typepath = /obj/item/flag/species/human
cost = 1000
/datum/storeitem/flag/greys
name = "Greys flag"
desc = "A flag proudly proclaiming the superior heritage of Greys."
typepath = /obj/item/flag/species/greys
cost = 1000
/datum/storeitem/flag/kidan
name = "Kidan flag"
desc = "A flag proudly proclaiming the superior heritage of Kidan."
typepath = /obj/item/flag/species/kidan
cost = 1000
/datum/storeitem/flag/taj
name = "Tajaran flag"
desc = "A flag proudly proclaiming the superior heritage of Tajaran."
typepath = /obj/item/flag/species/taj
cost = 1000
/datum/storeitem/flag/unathi
name = "Unathi flag"
desc = "A flag proudly proclaiming the superior heritage of Unathi."
typepath = /obj/item/flag/species/unathi
cost = 1000
/datum/storeitem/banhammer
desc = "A banhammer"
name = "banhammer"
@@ -15,14 +15,20 @@
+ clownflag
+ clownflag_fire
+ cultflag
+ cultflag_fire
+ dionaflag
+ dionaflag_fire
+ fire
+ greyflag
+ greyflag_fire
+ greysflag
+ greysflag_fire
+ humanflag
+ humanflag_fire
+ ianflag
+ ianflag_fire
+ kidanflag
+ kidanflag_fire
+ machineflag
+ machineflag_fire
+ medflag
@@ -47,7 +53,9 @@
+ syndiflag
+ syndiflag_fire
+ tajflag
+ tajflag_fire
+ unathiflag
+ unathiflag_fire
+ voxflag
+ voxflag_fire
+ wizflag
Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 KiB

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 KiB

After

Width:  |  Height:  |  Size: 207 KiB