From 78acd5827a57b71c6c7152d5f34a7dd045265ca6 Mon Sep 17 00:00:00 2001 From: Farie82 Date: Mon, 27 Dec 2021 23:50:24 +0100 Subject: [PATCH] Fix desc using the wrong number of seconds (#17275) --- code/game/gamemodes/miniantags/morph/spells/ambush.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/miniantags/morph/spells/ambush.dm b/code/game/gamemodes/miniantags/morph/spells/ambush.dm index b7d88f92bbf..d59e78ece11 100644 --- a/code/game/gamemodes/miniantags/morph/spells/ambush.dm +++ b/code/game/gamemodes/miniantags/morph/spells/ambush.dm @@ -3,7 +3,7 @@ /obj/effect/proc_holder/spell/morph_spell/ambush name = "Prepare Ambush" desc = "Prepare an ambush. Dealing significantly more damage on the first hit and you will weaken the target. Only works while morphed. If the target tries to use you with their hands then you will do even more damage. \ - Keeping still for another 10 seconds will perfect your disguise." + Keeping still for another 15 seconds will perfect your disguise." action_icon_state = "morph_ambush" charge_max = 8 SECONDS