From e8fcba9900a630890810c086cf98c9d3db39b9d6 Mon Sep 17 00:00:00 2001
From: Coolrune206 <71326864+Coolrune206@users.noreply.github.com>
Date: Wed, 16 Nov 2022 05:26:11 +1000
Subject: [PATCH] Shortens the Mime's invisible wall duration (#19695)
* shortens mime spell wall duration
* Contrabang suggestion
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
---
code/datums/spells/mime.dm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/code/datums/spells/mime.dm b/code/datums/spells/mime.dm
index e575e12e8e7..99f05065c9f 100644
--- a/code/datums/spells/mime.dm
+++ b/code/datums/spells/mime.dm
@@ -6,8 +6,8 @@
summon_type = list(/obj/effect/forcefield/mime)
invocation_type = "emote"
invocation_emote_self = "You form a wall in front of yourself."
- summon_lifespan = 300
- base_cooldown = 300
+ summon_lifespan = 20 SECONDS
+ base_cooldown = 30 SECONDS
clothes_req = FALSE
cast_sound = null
human_req = TRUE
@@ -34,7 +34,7 @@
school = "mime"
panel = "Mime"
clothes_req = FALSE
- base_cooldown = 3000
+ base_cooldown = 5 MINUTES
human_req = TRUE
action_icon_state = "mime_silence"
@@ -70,7 +70,7 @@
wall_type = /obj/effect/forcefield/mime/advanced
invocation_type = "emote"
invocation_emote_self = "You form a blockade in front of yourself."
- base_cooldown = 600
+ base_cooldown = 60 SECONDS
sound = null
clothes_req = FALSE
@@ -94,7 +94,7 @@
school = "mime"
panel = "Mime"
clothes_req = FALSE
- base_cooldown = 300
+ base_cooldown = 30 SECONDS
human_req = TRUE
action_icon_state = "fingergun"