diff --git a/Resources/Maps/_NF/Shuttles/BlackMarket/schooner.yml b/Resources/Maps/_NF/Shuttles/BlackMarket/schooner.yml index eed6dc98d7d..4aa4412037c 100644 --- a/Resources/Maps/_NF/Shuttles/BlackMarket/schooner.yml +++ b/Resources/Maps/_NF/Shuttles/BlackMarket/schooner.yml @@ -2933,7 +2933,7 @@ entities: - type: Transform pos: -0.5,9.5 parent: 1 -- proto: SignShield +- proto: NFSignShield entities: - uid: 359 components: diff --git a/Resources/Maps/_NF/Shuttles/Expedition/anchor.yml b/Resources/Maps/_NF/Shuttles/Expedition/anchor.yml index a0c30104645..34592b38649 100644 --- a/Resources/Maps/_NF/Shuttles/Expedition/anchor.yml +++ b/Resources/Maps/_NF/Shuttles/Expedition/anchor.yml @@ -10574,7 +10574,7 @@ entities: - type: Transform pos: 2.5,-11.5 parent: 1 -- proto: SignShield +- proto: NFSignShield entities: - uid: 1261 components: diff --git a/Resources/Maps/_NF/Shuttles/Nfsd/empress.yml b/Resources/Maps/_NF/Shuttles/Nfsd/empress.yml index e248424857a..534fc12bf27 100644 --- a/Resources/Maps/_NF/Shuttles/Nfsd/empress.yml +++ b/Resources/Maps/_NF/Shuttles/Nfsd/empress.yml @@ -11602,7 +11602,6 @@ entities: - Pressed: Toggle 2543: - Pressed: Toggle - 12: [] 2541: - Pressed: Toggle 2544: diff --git a/Resources/Maps/_NF/Shuttles/Nfsd/opportunity.yml b/Resources/Maps/_NF/Shuttles/Nfsd/opportunity.yml index a35b7687439..19e7aa5214e 100644 --- a/Resources/Maps/_NF/Shuttles/Nfsd/opportunity.yml +++ b/Resources/Maps/_NF/Shuttles/Nfsd/opportunity.yml @@ -5872,7 +5872,7 @@ entities: - type: Transform pos: 1.7114414,-8.847875 parent: 2 -- proto: SignShield +- proto: NFSignShield entities: - uid: 858 components: diff --git a/Resources/Prototypes/_NF/Entities/Structures/Wallmounts/Signs/signs.yml b/Resources/Prototypes/_NF/Entities/Structures/Wallmounts/Signs/signs.yml index 031683c11cb..015054b38df 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Wallmounts/Signs/signs.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Wallmounts/Signs/signs.yml @@ -186,3 +186,12 @@ components: - type: Sprite state: bus + +- type: entity + parent: NFBaseSign + id: NFSignShield + name: shield sign + description: A sign with a shield. + components: + - type: Sprite + state: shield diff --git a/Resources/Textures/_NF/Structures/Wallmounts/signs.rsi/meta.json b/Resources/Textures/_NF/Structures/Wallmounts/signs.rsi/meta.json index 3551fb249b8..7c60c0e4331 100644 --- a/Resources/Textures/_NF/Structures/Wallmounts/signs.rsi/meta.json +++ b/Resources/Textures/_NF/Structures/Wallmounts/signs.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "direction_sr - Created by MagnusCrowe for Frontier Station, cb1/cb2/cb3/cb4/nfsd/shop/vend - Created by GentleButter for Frontier Station, nfsd/range/law/brig/brigmed/detective/brief/armoury/evidence - Created by GhostPrinceLost for Frontier Station, bus/dock (edited from base signs.rsi/dock) made by Whatstone (Discord)", + "copyright": "direction_sr - Created by MagnusCrowe for Frontier Station, cb1/cb2/cb3/cb4/nfsd/shop/vend - Created by GentleButter for Frontier Station, nfsd/range/law/brig/brigmed/detective/brief/armoury/evidence - Created by GhostPrinceLost for Frontier Station, bus/dock/shield (dock edited from base signs.rsi/dock) made by Whatstone (Discord)", "states": [ { "name": "direction_sr", @@ -71,6 +71,9 @@ }, { "name": "dock" + }, + { + "name": "shield" } ] } diff --git a/Resources/Textures/_NF/Structures/Wallmounts/signs.rsi/shield.png b/Resources/Textures/_NF/Structures/Wallmounts/signs.rsi/shield.png new file mode 100644 index 00000000000..bf39213d4df Binary files /dev/null and b/Resources/Textures/_NF/Structures/Wallmounts/signs.rsi/shield.png differ diff --git a/Resources/migration.yml b/Resources/migration.yml index 8f948d75bce..6aabefb387a 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -390,7 +390,7 @@ SignChemistry2: SignChem SignCourt: SignLawyer SignAtmosMinsky: SignAtmos SignDrones: SignMaterials -SignShield: null # what was this even for? +SignShield: NFSignShield # what was this even for? # Frontier: null