diff --git a/.github/rsi-schema.json b/.github/rsi-schema.json index ed1093e17a..a694735f83 100644 --- a/.github/rsi-schema.json +++ b/.github/rsi-schema.json @@ -86,6 +86,7 @@ "CC-BY-NC-SA-3.0", "CC-BY-NC-SA-4.0", "Metro-14 CLA", + "Stalker14 CLA", "CC0-1.0" ], "examples":[ diff --git a/Resources/Prototypes/_Metro14/Entities/Structures/barricades.yml b/Resources/Prototypes/_Metro14/Entities/Structures/barricades.yml index 3a5a84214e..d975e48d35 100644 --- a/Resources/Prototypes/_Metro14/Entities/Structures/barricades.yml +++ b/Resources/Prototypes/_Metro14/Entities/Structures/barricades.yml @@ -94,7 +94,7 @@ mode: SnapgridCenter components: - type: Transform - anchored: true + anchored: false - type: Physics bodyType: Static - type: InteractionOutline diff --git a/Schemas/rga_validators.py b/Schemas/rga_validators.py index 24707f09d4..44c20e81f9 100644 --- a/Schemas/rga_validators.py +++ b/Schemas/rga_validators.py @@ -18,6 +18,7 @@ class License(Validator): "CC0-1.0", "MIT", "Metro-14 CLA", + "Stalker14 CLA", "Custom" # implies that the license is described in the copyright field. ] diff --git a/Schemas/rsi.json b/Schemas/rsi.json index a64b831817..94419eea66 100644 --- a/Schemas/rsi.json +++ b/Schemas/rsi.json @@ -84,6 +84,7 @@ "CC-BY-NC-SA-3.0", "CC-BY-NC-SA-4.0", "Metro-14 CLA", + "Stalker14 CLA", "CC0-1.0" ], "examples": [