mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
All 25 flags have their on-fire in-hands, all species flags added to merch computer.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user