From 1c02892893524069324c00cdd4b0d44773bf6efe Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Tue, 6 Feb 2018 19:06:34 -0600 Subject: [PATCH] Automatic changelog generation for PR #5327 [ci skip] --- html/changelogs/AutoChangeLog-pr-5327.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-5327.yml diff --git a/html/changelogs/AutoChangeLog-pr-5327.yml b/html/changelogs/AutoChangeLog-pr-5327.yml new file mode 100644 index 0000000000..3510033518 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-5327.yml @@ -0,0 +1,8 @@ +author: "Naksu and kevinz000" +delete-after: True +changes: + - tweak: "Ores are no longer completely impervious to explosions, but rather \"proper\" ores are destroyed by the strongest explosions and sand is blown away everything but the weakest ones. This shouldn't affect ore spawns from explosions" + - tweak: "Lavaland bomb cap reduced to double the station bombcap." + - refactor: "Ores are now stackable. Ore stacks now have the appearance of loose ores and are not called \"sheets\" by machines that consume them." + - code_imp: "Material container component now uses the singular names of stack objects." + - refactor: "/obj/item/ore/Crossed() is now removed in favor of the ore satchel utilizing a redirect component"