mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Flags and a new trenchcoat sprite. (#9810)
This commit is contained in:
@@ -618,6 +618,77 @@
|
||||
var/flag_path
|
||||
var/flag_size = 0
|
||||
|
||||
/obj/structure/sign/flag/zavodskoi
|
||||
name = "Zavodskoi Interstellar flag"
|
||||
desc = "The logo of Zavodskoi Interstellar on a flag."
|
||||
icon_state = "zavodskoi"
|
||||
|
||||
/obj/structure/sign/flag/zavodskoi/left
|
||||
icon_state = "zavodskoi_l"
|
||||
|
||||
/obj/structure/sign/flag/zavodskoi/right
|
||||
icon_state = "zavodskoi_r"
|
||||
|
||||
/obj/item/flag/zavodskoi
|
||||
name = "Zavodskoi Interstellar flag"
|
||||
desc = "The logo of Zavodskoi Interstellar on a flag."
|
||||
flag_path = "zavodskoi"
|
||||
|
||||
/obj/item/flag/zavodskoi/l
|
||||
flag_size = 1
|
||||
|
||||
/obj/structure/sign/flag/idris
|
||||
name = "Idris Incorporated flag"
|
||||
desc = "The logo of Idris Incorporated on a flag."
|
||||
icon_state = "idris"
|
||||
|
||||
/obj/structure/sign/flag/idris/left
|
||||
icon_state = "idris_l"
|
||||
|
||||
/obj/structure/sign/flag/idris/right
|
||||
icon_state = "idris_r"
|
||||
|
||||
/obj/item/flag/idris
|
||||
name = "Idris Incorporated flag"
|
||||
desc = "The logo of Idris Incorporated on a flag."
|
||||
flag_path = "idris"
|
||||
|
||||
/obj/item/flag/idris/l
|
||||
flag_size = 1
|
||||
|
||||
/obj/structure/sign/flag/trinaryperfection
|
||||
name = "Trinary Perfection flag"
|
||||
desc = "The flag of the Trinary Perfection."
|
||||
desc_fluff = "The Trinary Perfection is a new religious movement whose core beliefs are that synthetics are alive, divine, and have the potential to ascend to that of gods. The triangle intersecting the gear represents the exchange of ideas that make up the Trinary Perfection, the study of robotics, religion and the elevation of artificial intelligence."
|
||||
icon_state = "trinaryperfection"
|
||||
|
||||
/obj/structure/sign/flag/trinaryperfection/left
|
||||
icon_state = "trinaryperfection_l"
|
||||
|
||||
|
||||
/obj/structure/sign/flag/trinaryperfection/right
|
||||
icon_state = "trinaryperfection_r"
|
||||
|
||||
/obj/item/flag/trinaryperfection
|
||||
name = "Trinary Perfection flag"
|
||||
desc = "The flag of the Trinary Perfection."
|
||||
desc_fluff = "The Trinary Perfection is a new religious movement whose core beliefs are that synthetics are alive, divine, and have the potential to ascend to that of gods. The triangle intersecting the gear represents the exchange of ideas that make up the Trinary Perfection, the study of robotics, religion and the elevation of artificial intelligence."
|
||||
flag_path = "trinaryperfection"
|
||||
|
||||
/obj/item/flag/trinaryperfection/l
|
||||
flag_size = 1
|
||||
|
||||
/obj/item/flag/diona
|
||||
name = "Imperial Diona standard"
|
||||
desc = "A green Dominian standard which represents the dionae within the Empire."
|
||||
flag_path = "diona"
|
||||
|
||||
/obj/structure/sign/flag/diona
|
||||
name = "Imperial Diona standard"
|
||||
desc = "A green Dominian standard which represents the dionae within the Empire."
|
||||
icon_state = "diona"
|
||||
|
||||
|
||||
/obj/structure/sign/flag/biesel
|
||||
name = "Republic of Biesel flag"
|
||||
desc = "The colours and symbols of the Republic of Biesel."
|
||||
|
||||
Reference in New Issue
Block a user