Flags resprite (#19844)

* first icons

* more icons

* fire

* solgov and ussp flag icons

* Hope i did it right

* fix

* Update flag.dm

* inhands_right

* inhands_left

* something

* aha

* missing_inhands

* Update code/modules/supply/supply_packs/pack_miscellaneous.dm

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

* Update flags_lefthand.dmi

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
McRamon
2022-12-13 19:47:16 +03:00
committed by GitHub
parent a69a67301e
commit 0deaf46e1a
6 changed files with 25 additions and 0 deletions
+10
View File
@@ -195,6 +195,16 @@
desc = "A flag proudly boasting the logo of the cultists, sworn enemies of NT."
icon_state = "cultflag"
/obj/item/flag/ussp
name = "\improper USSP flag"
desc = "A flag proudly boasting the logo of the USSP, a noticable faction in the galaxy."
icon_state = "usspflag"
/obj/item/flag/solgov
name = "\improper Trans-Solar Federation flag"
desc = "A flag proudly boasting the logo of the SolGov, allied to NT government originated from Earth."
icon_state = "solgovflag"
//Chameleon
/obj/item/flag/chameleon
+7
View File
@@ -222,6 +222,13 @@
cost = 750
category = MERCH_CAT_DECORATION
/datum/merch_item/flag_solgov
name = "SolGov Flag"
desc = "The banner of Trans-Solar Federation, allied government."
typepath = /obj/item/flag/solgov
cost = 750
category = MERCH_CAT_DECORATION
/datum/merch_item/banhammer
name = "Banhammer"
desc = "A Banhammer."
@@ -360,6 +360,14 @@
containername = "crate" //let's keep it subtle, eh?
contraband = TRUE
/datum/supply_packs/misc/flags
name = "Unapproved flags Crate"
contains = list(/obj/item/flag/ussp,
/obj/item/flag/syndi)
cost = 200
containername = "flags crate"
contraband = TRUE
/datum/supply_packs/misc/formalwear //This is a very classy crate.
name = "Formal Wear Crate"
contains = list(/obj/item/clothing/under/dress/blacktango,
Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 30 KiB