diff --git a/code/modules/store/items.dm b/code/modules/store/items.dm index ea515f5ba11..095e29f1463 100644 --- a/code/modules/store/items.dm +++ b/code/modules/store/items.dm @@ -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" diff --git a/icons/mob/in-hand/in-hand_sync_report.txt b/icons/mob/in-hand/in-hand_sync_report.txt index 5e8c32bc848..ad1e052d4ac 100644 --- a/icons/mob/in-hand/in-hand_sync_report.txt +++ b/icons/mob/in-hand/in-hand_sync_report.txt @@ -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 diff --git a/icons/mob/in-hand/left/flags_left.dmi b/icons/mob/in-hand/left/flags_left.dmi index 4aeb392115b..c30c2e563dc 100644 Binary files a/icons/mob/in-hand/left/flags_left.dmi and b/icons/mob/in-hand/left/flags_left.dmi differ diff --git a/icons/mob/in-hand/right/flags_right.dmi b/icons/mob/in-hand/right/flags_right.dmi index fdd3001229b..42b5aa12fd4 100644 Binary files a/icons/mob/in-hand/right/flags_right.dmi and b/icons/mob/in-hand/right/flags_right.dmi differ diff --git a/icons/mob/items_lefthand.dmi b/icons/mob/items_lefthand.dmi index 7abc445e3a9..78b3423a69b 100644 Binary files a/icons/mob/items_lefthand.dmi and b/icons/mob/items_lefthand.dmi differ diff --git a/icons/mob/items_righthand.dmi b/icons/mob/items_righthand.dmi index c229fef863b..23fafb3fac4 100644 Binary files a/icons/mob/items_righthand.dmi and b/icons/mob/items_righthand.dmi differ