# HG changeset patch
# User Wuzzy <almikes@aol.com>
# Date 1460495563 -7200
# Node ID bfbf6dc831764b433687e7df5b551d6224f2de3f
# Parent  f74010cb62195588dbcfe91715ed16a6ea074ce6
Construction Mode: Actually, the extra time limit is about buying

diff -r f74010cb6219 -r bfbf6dc83176 share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua	Tue Apr 12 23:10:53 2016 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua	Tue Apr 12 23:12:43 2016 +0200
@@ -1199,7 +1199,7 @@
 	placedSpec[placedCount] = pMode[pIndex]
 
 	if (clanUsedExtraTime[GetHogClan(CurrentHedgehog)] == true) and (cat[cIndex] == "Utility Crate Placement Mode") and (utilArray[pIndex][1] == amExtraTime) then
-		AddCaption(loc("You may only use 1 Extra Time per turn."),0xffba00ff,capgrpVolume)
+		AddCaption(loc("You may only buy 1 Extra Time per turn."),0xffba00ff,capgrpVolume)
 		PlaySound(sndDenied)
 	elseif (clanCratesSpawned[GetHogClan(CurrentHedgehog)] > 4) and ( (cat[cIndex] == "Health Crate Placement Mode") or (cat[cIndex] == "Utility Crate Placement Mode") or (cat[cIndex] == "Weapon Crate Placement Mode")  )  then
 		AddCaption(loc("You may only spawn 5 crates per turn."),0xffba00ff,capgrpVolume)