2!zAe+eps8-DM#
z)@&0^UIfA#63o!VijEzCrLN=wm=-7i{t^)WZyRjc^5+25fKW(Gr1JDbq@Y}TB?2PT
zU#Xz#8^Qy(m7lKaTSCz))fT(>899)77zh#-9o>jOFEkXzut}hb{)$t`1;qGc+{h^b
z9T>;4Ll-idNB}}~-N<75e<`3PVT{`rim;Wo55v%=&Jcte5CacG@kjvHh+PejRst`e
z;*kO@Q|Oiq(C${2V26JTV5c-u?f_t5(XJHy00?0eu|EP(HM_+Q?Ev%GiJxxs9`N{c
z=8|^wV4g?OO#Y)1P5^=s|4|dq0Tlp8W4z1&Q%E1AQ$p~I4v+F>Kn-IMD#!qY7N7|k
z03;2dJZy2F5Qvix=@c;k-07*qoM6N<$
Eg4FSa>;M1&
From c6382a4f8e30717e575b49c70e72b46b6df8b0b1 Mon Sep 17 00:00:00 2001
From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com>
Date: Thu, 7 Nov 2024 13:37:21 -0500
Subject: [PATCH 2/4] remove the message admins lmao
---
code/game/objects/items/weapons/melee/melee_misc.dm | 1 -
1 file changed, 1 deletion(-)
diff --git a/code/game/objects/items/weapons/melee/melee_misc.dm b/code/game/objects/items/weapons/melee/melee_misc.dm
index 0394ac345cb9..551d4b786a34 100644
--- a/code/game/objects/items/weapons/melee/melee_misc.dm
+++ b/code/game/objects/items/weapons/melee/melee_misc.dm
@@ -394,7 +394,6 @@
if(!ranged && !proximity)
return FALSE
cooldown = world.time + (initial(cooldown) * cooldown_multiplier)
- message_admins("[(initial(cooldown) * cooldown_multiplier)]")
return TRUE
/datum/enchantment/proc/on_gain(obj/item/melee/spellblade, mob/living/user)
From 0c3585410a4742bfa08571cb04142186d0a63933 Mon Sep 17 00:00:00 2001
From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com>
Date: Thu, 7 Nov 2024 13:39:00 -0500
Subject: [PATCH 3/4] eh name should just be temporal
---
code/game/objects/items/weapons/melee/melee_misc.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/game/objects/items/weapons/melee/melee_misc.dm b/code/game/objects/items/weapons/melee/melee_misc.dm
index 551d4b786a34..6325a85d7a8e 100644
--- a/code/game/objects/items/weapons/melee/melee_misc.dm
+++ b/code/game/objects/items/weapons/melee/melee_misc.dm
@@ -526,7 +526,7 @@
target.Weaken(power)
/datum/enchantment/time_slash
- name = "temporal slash"
+ name = "temporal"
desc = "this blade will slice faster but weaker, and will curse the target, slashing them a few seconds after they have not been swinged at for each hit"
power = 15 // This should come out to 40 damage per hit. However, delayed.
From 0191504dc8db207ee9ff004bd526d78ef4308812 Mon Sep 17 00:00:00 2001
From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com>
Date: Thu, 7 Nov 2024 14:00:27 -0500
Subject: [PATCH 4/4] undef
---
code/datums/status_effects/debuffs.dm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/code/datums/status_effects/debuffs.dm b/code/datums/status_effects/debuffs.dm
index 76f0515505bc..b8568ae06a3d 100644
--- a/code/datums/status_effects/debuffs.dm
+++ b/code/datums/status_effects/debuffs.dm
@@ -1465,3 +1465,5 @@
qdel(src)
else
new /obj/effect/temp_visual/temporal_slash(get_turf(owner), owner)
+
+#undef FINISHER_THRESHOLD