mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user