diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml index de82e7b6f0..70ddb4d7c0 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml @@ -92,6 +92,9 @@ - PosterContrabandInterdyne - PosterContrabandWaffleCorp - PosterContrabandMissingSpacepen + - PosterContrabandExoAcid + - PosterContrabandExoRun + - PosterContrabandExoChomp chance: 1 - type: entity diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml index 132318ee47..3aeae766c5 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml @@ -600,6 +600,33 @@ - type: Sprite state: poster63_contraband +- type: entity + parent: PosterBase + id: PosterContrabandExoAcid + name: "Exomorph Warning: Acid Spit!" + description: "This poster warns you about an exomorph's acidic spit. Not that such exomorphs are real... Right?" + components: + - type: Sprite + state: poster64_contraband + +- type: entity + parent: PosterBase + id: PosterContrabandExoRun + name: "Exomorph Warning: Run Away!" + description: "This poster warns you about an athletic exomorph capable of dragging away anyone who gets caught; so don't get caught!" + components: + - type: Sprite + state: poster65_contraband + +- type: entity + parent: PosterBase + id: PosterContrabandExoChomp + name: "Exomorph Warning: Dangerous Bites!" + description: "This poster warns you about the lethal bites exomorphs can have. Don't become an alien snack!" + components: + - type: Sprite + state: poster66_contraband + # Legit - type: entity parent: PosterBase diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json b/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json index e58aaad6d0..a45f465b54 100644 --- a/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json +++ b/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from at commit https://github.com/tgstation/tgstation/commit/f01de25493e2bd2706ef9b0303cb0d7b5e3e471b. poster52_contraband, poster53_contraband and poster54_contraband taken from https://github.com/vgstation-coders/vgstation13/blob/435ed5f2a7926e91cc31abac3a0d47d7e9ad7ed4/icons/obj/posters.dmi. originmap, poster55_contraband, poster56_contraband, poster57_contraband and poster39_legit by discord brainfood#7460, poster63_contraband by discord foboscheshir_, poster4_contraband edited, poster36_contraband and poster52_legit made by SlamBamActionman, poster53_legit and the original version by @RCOI on discord, modified by Spessmann, poster54_legit by hex_reject on Discord.", + "copyright": "Taken from at commit https://github.com/tgstation/tgstation/commit/f01de25493e2bd2706ef9b0303cb0d7b5e3e471b. poster52_contraband, poster53_contraband and poster54_contraband taken from https://github.com/vgstation-coders/vgstation13/blob/435ed5f2a7926e91cc31abac3a0d47d7e9ad7ed4/icons/obj/posters.dmi. originmap, poster55_contraband, poster56_contraband, poster57_contraband and poster39_legit by discord brainfood#7460, poster63_contraband by discord foboscheshir_, poster4_contraband edited, poster36_contraband and poster52_legit made by SlamBamActionman, poster53_legit and the original version by @RCOI on discord, modified by Spessmann, poster54_legit by hex_reject on Discord, poster64_contraband, poster65_contraband, poster66_contraband by JuneSzalkowska (Discord).", "size": { "x": 32, "y": 32 @@ -228,6 +228,15 @@ { "name": "poster51_contraband" }, + { + "name": "poster64_contraband" + }, + { + "name": "poster65_contraband" + }, + { + "name": "poster66_contraband" + }, { "name": "poster1_legit" }, diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/poster64_contraband.png b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster64_contraband.png new file mode 100644 index 0000000000..97b17e6380 Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster64_contraband.png differ diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/poster65_contraband.png b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster65_contraband.png new file mode 100644 index 0000000000..1bdad57a72 Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster65_contraband.png differ diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/poster66_contraband.png b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster66_contraband.png new file mode 100644 index 0000000000..d59cc9d781 Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster66_contraband.png differ