Skip to content

Commit

Permalink
BigFlagCommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Aug 11, 2024
1 parent 04b3134 commit 95df787
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions code/game/objects/items/stacks/flags.dm
Original file line number Diff line number Diff line change
Expand Up @@ -281,3 +281,23 @@
desc = "The flag of the United Americas. Semper fi."
icon_state = "flag_ua_planted"
flag_type = /obj/item/flag/plantable/ua

// UNION OF PROGRESSIVE PEOPLES FLAG //
//////////////////////////

/obj/item/flag/plantable/upp
name = "\improper Union of Progressive Peoples flag"
desc = "The flag of the Union of Progressive Peoples. This one looks ready to be planted into the ground."
icon = 'icons/obj/structures/plantable_flag.dmi'
icon_state = "flag_upp"
flag_type = /obj/structure/flag/plantable/upp
faction = FACTION_UPP
play_warcry = TRUE
warcry_sound = 'sound/voice/upp_warcry/warcry_male_1.ogg'
warcry_extra_sound = 'sound/effects/flag_warcry_ua_extra.ogg'

/obj/structure/flag/plantable/upp
name = "\improper Union of Progressive Peoples flag"
desc = "The flag of the Union of Progressive Peoples. Unity through Strength, Freedom through Unity."
icon_state = "flag_upp_planted"
flag_type = /obj/item/flag/plantable/upp
Binary file modified icons/mob/humans/onmob/items_lefthand_64.dmi
Binary file not shown.
Binary file modified icons/mob/humans/onmob/items_righthand_64.dmi
Binary file not shown.
Binary file modified icons/obj/structures/plantable_flag.dmi
Binary file not shown.

0 comments on commit 95df787

Please sign in to comment.