Issue622

Title Engel set_bot_name(_"Geist -- Hunter", "Geist") not working
Priority important Status resolved
Assigned To matthiaskrgr Keywords
Linked issues Watchers matthiaskrgr

Submitted on 2012-11-04 13h50 by matthiaskrgr, last changed by matthiaskrgr.

Messages
Author: matthiaskrgr Date: 2012-11-04   13h50
set_bot_name(_"Geist -- Hunter", "Geist") doesnt seem to work.
Worked in 0.14 but not 0.15.
I did some bisect which said 

11c99442b0db72d4f65810d6a315a9a6286904d0 is the first bad commit
commit 11c99442b0db72d4f65810d6a315a9a6286904d0
Author: matthiaskrgr <matthiaskrgr@524c2bfb-fa3f-0410-b5a2-92f4e1dc5b61>
Date:   Fri Apr 8 12:03:24 2011 +0000

    npc: add autogun npc
    
    add an autogun npc (type 'GUN') to the game that cannot move (speed=0) but
aim and shoot at tux.
    Such a bot has been added to level 24 for testing. It is also possible to
destroy it or take it over.
    
    git-svn-id: https://freedroid.svn.sourceforge.net/svnroot/freedroid@4397
524c2bfb-fa3f-0410-b5a2-92f4e1dc5b61

:040000 040000 fe5db407d7da268f93693c75f30c0cdf10ce4c6f
51b66fcdb355ba8c968c4c80533ebaa8d042b38a M	map
:040000 040000 6bd92912d98a97100870449e347ac0b93f99670b
26dfcea9e24cf0038b6813c84eced33b4862973f M	src


was the cause but I think its quite unlikely.
Author: matthiaskrgr Date: 2012-11-04   14h00
./map/ReturnOfTux.droids:244 seems to cause the problem.
T=GUN: PosX=43 PosY=45 Faction="ms" UseDialog="Geist" ShortLabel="Autogun"
Marker=1024 RushTux=0 Fixed=0 DropItemName="none" MaxDistanceToHome=0
Author: matthiaskrgr Date: 2012-11-04   14h01
Fixed in 8f6b9d4cd4596909fa9fe0c1121fbadb81ff9216
History
Date User Action Args
2012-11-04 14:01:11matthiaskrgrsetstatus: open -> resolved
assignedto: matthiaskrgr
messages: + msg2372
nosy: + matthiaskrgr
2012-11-04 14:00:15matthiaskrgrsetmessages: + msg2371
2012-11-04 13:50:35matthiaskrgrcreate