mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
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>
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
summon_type = list(/obj/effect/forcefield/mime)
|
||||
invocation_type = "emote"
|
||||
invocation_emote_self = "<span class='notice'>You form a wall in front of yourself.</span>"
|
||||
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 = "<span class='notice'>You form a blockade in front of yourself.</span>"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user