From d101bd5536c138fe466422367e95c4efaa3f72dc Mon Sep 17 00:00:00 2001 From: "vorestation-ci[bot]" <199609141+vorestation-ci[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 21:54:40 +0000 Subject: [PATCH] Automatic changelog for PR #17218 [ci skip] --- html/changelogs/AutoChangeLog-pr-17218.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-17218.yml diff --git a/html/changelogs/AutoChangeLog-pr-17218.yml b/html/changelogs/AutoChangeLog-pr-17218.yml new file mode 100644 index 00000000000..4ba5b9a95e9 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-17218.yml @@ -0,0 +1,7 @@ +author: "KillianKirilenko" +delete-after: True +changes: + - rscadd: "added fake coins to loadouts, can be flipped, can't be put in vendors" + - rscadd: "added seven new coin types (plus fakes): steel, titanium, copper, durasteel, plasteel, graphite, and lead. some of these are in the random coin spawner." + - image: "moved coin icons into their own dmi" + - refactor: "a sheet's coin type is now set on the stack obj definition, tidied up the mint code to not be a string of if/else if, and to not require a list of valid materials on the machine, so now it's easier to add new coin types. coin names also use material def names now." \ No newline at end of file