Skip to content

Commit

Permalink
пиндоси_апдейт!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Discozavisim committed Feb 6, 2025
1 parent 692d6f5 commit 4f3c8cb
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 1 deletion.
63 changes: 62 additions & 1 deletion code/modules/wod13/decor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1237,11 +1237,72 @@
name = "american flag"
desc = "PATRIOTHICC!!!"
icon = 'code/modules/wod13/props.dmi'
icon_state = "america"
icon_state = "flag_usa"
plane = GAME_PLANE
layer = CAR_LAYER
anchored = TRUE

/obj/flag
name = "DO NOT USE"
desc = "This shouldn't be used. If you see this in-game, someone has fucked up."
icon = 'code/modules/wod13/props.dmi'
icon_state = "flag_usa"
plane = GAME_PLANE
layer = CAR_LAYER
anchored = TRUE
/obj/flag/usa
name = "flag of the United States"
desc = "The flag of the United States of America. In God we trust!"
icon_state = "flag_usa"
/obj/flag/california
name = "flag of California"
desc = "The flag of the great State of California. Eureka!"
icon_state = "flag_california"
/obj/flag/britain
name = "flag of Great Britain"
desc = "The flag of the United Kingdom of Great Britain and Northern Ireland. Dieu et mon droit!"
icon_state = "flag_britain"
/obj/flag/france
name = "flag of France"
desc = "The flag of the French Republic. Liberte, egalite, fraternite!"
icon_state = "flag_france"
/obj/flag/germany
name = "flag of Germany"
desc = "The flag of the Federal Republic of Germany."
icon_state = "flag_germany"
/obj/flag/spain
name = "flag of Spain"
desc = "The flag of the Kingdom of Spain. Plus ultra!"
icon_state = "flag_spain"
/obj/flag/italy
name = "flag of Italy"
desc = "The flag of the Republic of Italy."
icon_state = "flag_italy"
/obj/flag/vatican
name = "flag of the Vatican"
desc = "The flag of Vatican City."
icon_state = "flag_vatican"
/obj/flag/russia
name = "flag of Russia"
desc = "The flag of the Russian Federation."
icon_state = "flag_russia"
/obj/flag/soviet
name = "flag of the Soviet Union"
desc = "The flag of the Union of Socialist Soviet Republics. Workers of the world, unite!"
icon_state = "flag_soviet"
/obj/flag/china
name = "flag of China"
desc = "The flag of the People's Republic of China."
icon_state = "flag_china"
/obj/flag/taiwan
name = "flag of Taiwan"
desc = "The flag of the Republic of China."
icon_state = "flag_taiwan"
/obj/flag/japan
name = "flag of Japan"
desc = "The flag of the State of Japan."
icon_state = "flag_japan"

/obj/effect/decal/graffiti
name = "graffiti"
icon = 'code/modules/wod13/32x48.dmi'
Expand Down
Binary file modified code/modules/wod13/props.dmi
Binary file not shown.
Binary file modified icons/misc/language.dmi
Binary file not shown.

0 comments on commit 4f3c8cb

Please sign in to comment.