# HG changeset patch
# User Wuzzy <almikes@aol.com>
# Date 1493216684 -7200
# Node ID fbc268170015229923edc51a23288c9c5471bbfa
# Parent  8f693d25be2fb70340614f645cbc2bd355a9530d
Construction Mode: Mention teleportation restriction in tooltip

diff -r 8f693d25be2f -r fbc268170015 share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua	Wed Apr 26 02:55:40 2017 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua	Wed Apr 26 16:24:44 2017 +0200
@@ -1628,6 +1628,8 @@
 		loc("|Cursor: Place crate"))
 	SetAmmoTexts(amDrillStrike, loc("Object Placer"), loc("Construction Mode tool"), loc("This allows you to create and place mines,|sticky mines and barrels anywhere within your|clan's area of influence at the cost of energy.|Up/down: Choose object type|Left/right: Choose timer (for mines)|Cursor: Place object"))
 
+	SetAmmoDescriptionAppendix(amTeleport, loc("It only works in teleportation nodes of your own clan."))
+	
 	sCirc = AddVisualGear(0,0,vgtCircle,0,true)
 	SetVisualGearValues(sCirc, 0, 0, 100, 255, 1, 10, 0, 40, 3, 0x00000000)