From aaa00e9c024b1f7cfc88420800c4636ea45ea0f3 Mon Sep 17 00:00:00 2001 From: plapatin <43917079+plapatin@users.noreply.github.com> Date: Wed, 4 Sep 2019 09:25:35 -0700 Subject: [PATCH] Update mime.dm (#46311) --- code/modules/spells/spell_types/mime.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/spells/spell_types/mime.dm b/code/modules/spells/spell_types/mime.dm index aa87c6549b7..64304999948 100644 --- a/code/modules/spells/spell_types/mime.dm +++ b/code/modules/spells/spell_types/mime.dm @@ -72,7 +72,7 @@ summon_type = list(/obj/item/storage/box/mime) invocation_type = "emote" invocation_emote_self = "You conjure up an invisible box, large enough to store a few things." - summon_lifespan = 250 + summon_lifespan = 500 charge_max = 300 clothes_req = FALSE antimagic_allowed = TRUE