From ecb2c9d5d77c0e990f24c7ab9fab91c084d5c34b Mon Sep 17 00:00:00 2001 From: Yoshax Date: Tue, 12 Jul 2016 19:57:30 +0100 Subject: [PATCH] Adds changelog --- code/game/objects/random/random.dm | 5 +++-- html/changelogs/Yoshax - RandomItems.yml | 13 +++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/Yoshax - RandomItems.yml diff --git a/code/game/objects/random/random.dm b/code/game/objects/random/random.dm index fc71cb3c98b..c891c7af251 100644 --- a/code/game/objects/random/random.dm +++ b/code/game/objects/random/random.dm @@ -186,8 +186,9 @@ prob(2);/obj/item/weapon/material/butterfly/switchblade, prob(2);/obj/item/weapon/material/knuckledusters, prob(1);/obj/item/weapon/material/hatchet/tacknife, - prob(0.5);/datum/autolathe/recipe/beartrap, - prob(1);/datum/autolathe/recipe/handcuffs, + prob(0.5);/obj/item/weapon/beartrap, + prob(1);/obj/item/weapon/handcuffs, + prob(1);/obj/item/weapon/legcuffs, prob(2);/obj/item/weapon/reagent_containers/syringe/drugs) diff --git a/html/changelogs/Yoshax - RandomItems.yml b/html/changelogs/Yoshax - RandomItems.yml new file mode 100644 index 00000000000..e462ae02b56 --- /dev/null +++ b/html/changelogs/Yoshax - RandomItems.yml @@ -0,0 +1,13 @@ +# Your name. +author: Yoshax + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - tweak: "Stun Revolvers will no longer be able to spawn from random energy weapon spawns. In addition, some of the other random item spawns have new items and adjusted probablities."