Skip to content

Commit

Permalink
UPP Wall Flag (#6925)
Browse files Browse the repository at this point in the history
# About the pull request

Adds a medium sized UPP flag sprite to the game for mappers. 

# Explain why it's good for the game

Good for helping establish an area is under UPP control. 


# Testing Photographs and Procedure
![Screenshot 2024-08-11 20 13
52](https://github.com/user-attachments/assets/170c102f-6794-4b4f-b1c3-921b59bad530)



# Changelog
:cl:
add: A medium sized, wall mounted, UPP flag sprite has been added to the
game, for mappers to use.
/:cl:

Co-authored-by: Steelpoint <[email protected]>
  • Loading branch information
Steelpoint and Steelpoint authored Aug 22, 2024
1 parent 9b981eb commit 688fae2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions code/game/objects/structures/signs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,19 @@
desc = "A flag of the United Americas. Inspires patriotism, fear, or revulsion depending on the viewer's political leanings."
icon_state = "uaflag"


//============//
// Flags //
//==========//

/obj/structure/sign/flag
icon = 'icons/obj/structures/props/flags.dmi'

/obj/structure/sign/flag/upp
name = "\improper Union of Progressive Peoples Flag"
desc = "Unity through Strength, Freedom through Unity"
icon_state = "upp_flag"

//=====================//
// SEMIOTIC STANDARD //
//===================//
Expand Down
Binary file added icons/obj/structures/props/flags.dmi
Binary file not shown.

0 comments on commit 688fae2

Please sign in to comment.