From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Sun, 7 Jan 2024 22:36:21 +0000 (-0600) Subject: Adds .001 chance for vending spawners to spawn mimic (#21997) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=fd3c529717b9b03260fb7d783e774b4217922c6c;p=space-station-14.git Adds .001 chance for vending spawners to spawn mimic (#21997) Co-authored-by: Jeff --- diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/vending.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/vending.yml index d55a7916b4..4da7ee54e6 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/vending.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/vending.yml @@ -32,3 +32,6 @@ - VendingMachineStarkist - VendingMachineSpaceUp chance: 1 + rarePrototypes: + - MobMimic + rareChance: 0.001 diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/vendingdrinks.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/vendingdrinks.yml index a911b7ebfc..65d2fb0862 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/vendingdrinks.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/vendingdrinks.yml @@ -23,3 +23,6 @@ - VendingMachineStarkist - VendingMachineSpaceUp chance: 1 + rarePrototypes: + - MobMimic + rareChance: 0.001 diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/vendingsnacks.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/vendingsnacks.yml index b634d50cc6..e9c7d71c3a 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/vendingsnacks.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/vendingsnacks.yml @@ -20,3 +20,6 @@ - VendingMachineChang - VendingMachineDonut chance: 1 + rarePrototypes: + - MobMimic + rareChance: 0.001