mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Merge pull request #2869 from KasparoVy/master
Adds Vulpkanin Species Flag
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
|
||||
/obj/item/flag/species/diona
|
||||
name = "Diona flag"
|
||||
desc = "A flag proudly proclaiming the superior heritage of Diona."
|
||||
desc = "A flag proudly proclaiming the superior heritage of Dionae."
|
||||
icon_state = "dionaflag"
|
||||
|
||||
/obj/item/flag/species/human
|
||||
@@ -156,6 +156,11 @@
|
||||
desc = "A flag proudly proclaiming the superior heritage of Unathi."
|
||||
icon_state = "unathiflag"
|
||||
|
||||
/obj/item/flag/species/vulp
|
||||
name = "Vulpkanin flag"
|
||||
desc = "A flag proudly proclaiming the superior heritage of Vulpkanin."
|
||||
icon_state = "vulpflag"
|
||||
|
||||
//Department Flags
|
||||
|
||||
/obj/item/flag/cargo
|
||||
@@ -208,4 +213,4 @@
|
||||
/obj/item/flag/cult
|
||||
name = "Nar'Sie Cultist flag"
|
||||
desc = "A flag proudly boasting the logo of the cultists, sworn enemies of NT."
|
||||
icon_state = "cultflag"
|
||||
icon_state = "cultflag"
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
|
||||
/datum/storeitem/flag/diona
|
||||
name = "Diona flag"
|
||||
desc = "A flag proudly proclaiming the superior heritage of Diona."
|
||||
desc = "A flag proudly proclaiming the superior heritage of Dionae."
|
||||
typepath = /obj/item/flag/species/diona
|
||||
cost = 1000
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
|
||||
/datum/storeitem/flag/taj
|
||||
name = "Tajaran flag"
|
||||
desc = "A flag proudly proclaiming the superior heritage of Tajaran."
|
||||
desc = "A flag proudly proclaiming the superior heritage of Tajara."
|
||||
typepath = /obj/item/flag/species/taj
|
||||
cost = 1000
|
||||
|
||||
@@ -165,6 +165,12 @@
|
||||
typepath = /obj/item/flag/species/unathi
|
||||
cost = 1000
|
||||
|
||||
/datum/storeitem/flag/vulp
|
||||
name = "Vulpkanin flag"
|
||||
desc = "A flag proudly proclaiming the superior heritage of Vulpkanin."
|
||||
typepath = /obj/item/flag/species/vulp
|
||||
cost = 1000
|
||||
|
||||
/datum/storeitem/flag/ian
|
||||
name = "Ian flag"
|
||||
desc = "The banner of Ian, because SQUEEEEE."
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 37 KiB |
Reference in New Issue
Block a user