From 0606223979bbc8380af081d246191bd7e0c68543 Mon Sep 17 00:00:00 2001 From: wraith-54321 <69217972+wraith-54321@users.noreply.github.com> Date: Fri, 13 Oct 2023 21:03:53 -0700 Subject: [PATCH] yeah maybe the cult should be able to get weapons --- .../clock_cult/scriptures/preservation/clockwork_armaments.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkestation/code/modules/antagonists/clock_cult/scriptures/preservation/clockwork_armaments.dm b/monkestation/code/modules/antagonists/clock_cult/scriptures/preservation/clockwork_armaments.dm index 7ffded8b7c17..74b3888b62ed 100644 --- a/monkestation/code/modules/antagonists/clock_cult/scriptures/preservation/clockwork_armaments.dm +++ b/monkestation/code/modules/antagonists/clock_cult/scriptures/preservation/clockwork_armaments.dm @@ -37,4 +37,4 @@ base_outfit.equip(invoker) - invoker.put_in_hands(new weapon_path, FALSE, forced = FALSE) + invoker.put_in_hands(new weapon_path, FALSE)