From a7095a655f111ef7f5ea9111995a7b34e4913bef Mon Sep 17 00:00:00 2001 From: BongaTheProto <93835010+BongaTheProto@users.noreply.github.com> Date: Fri, 4 Mar 2022 18:20:25 -0600 Subject: [PATCH 1/3] Fix (#232) --- .../code/modules/reagents/chemistry/reagents/cit_reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_sand/code/modules/reagents/chemistry/reagents/cit_reagents.dm b/modular_sand/code/modules/reagents/chemistry/reagents/cit_reagents.dm index b490e03230..82e1e07fba 100644 --- a/modular_sand/code/modules/reagents/chemistry/reagents/cit_reagents.dm +++ b/modular_sand/code/modules/reagents/chemistry/reagents/cit_reagents.dm @@ -1,5 +1,5 @@ /datum/reagent/consumable/semen hydration = 4 //thats one way to stay hydrated... -/datum/reagent/consumable/femcum +/datum/reagent/consumable/semen/femcum hydration = 2 //thats one way to stay hydrated... From 72db5b5c67ff0aadc595c83077a147ad4088d363 Mon Sep 17 00:00:00 2001 From: Sandstorm Bot <85452301+Sandstorm-Bot@users.noreply.github.com> Date: Sat, 5 Mar 2022 00:21:19 +0000 Subject: [PATCH 2/3] Automatic changelog generation for PR #232 [ci skip] --- html/changelogs/AutoChangeLog-pr-232.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-232.yml diff --git a/html/changelogs/AutoChangeLog-pr-232.yml b/html/changelogs/AutoChangeLog-pr-232.yml new file mode 100644 index 0000000000..3a34bdf79a --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-232.yml @@ -0,0 +1,4 @@ +author: BongaTheProto +delete-after: true +changes: + - bugfix: Fixes femcum hydratation From f99296671583353b3e7a18bfe4211f4dec5047ff Mon Sep 17 00:00:00 2001 From: Changelogs Date: Sat, 5 Mar 2022 00:30:16 +0000 Subject: [PATCH 3/3] Automatic changelog compile [ci skip] --- html/changelogs/AutoChangeLog-pr-232.yml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 html/changelogs/AutoChangeLog-pr-232.yml diff --git a/html/changelogs/AutoChangeLog-pr-232.yml b/html/changelogs/AutoChangeLog-pr-232.yml deleted file mode 100644 index 3a34bdf79a..0000000000 --- a/html/changelogs/AutoChangeLog-pr-232.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: BongaTheProto -delete-after: true -changes: - - bugfix: Fixes femcum hydratation