Add PracticeBot helpfile
parent
a15b3e4dd4
commit
bd0c6d4344
|
@ -219,6 +219,7 @@ std::string GetHelpFilename(ObjectType type)
|
|||
if ( type == OBJECT_MOBILEit ) helpfile = "object/bottr";
|
||||
if ( type == OBJECT_MOBILEtg ) helpfile = "object/bottarg";
|
||||
if ( type == OBJECT_MOBILEdr ) helpfile = "object/botdraw";
|
||||
if ( type == OBJECT_MOBILEpr ) helpfile = "object/bottr";
|
||||
if ( type == OBJECT_APOLLO2 ) helpfile = "object/lrv";
|
||||
if ( type == OBJECT_HUMAN ) helpfile = "object/human";
|
||||
if ( type == OBJECT_MOTHER ) helpfile = "object/mother";
|
||||
|
|
Loading…
Reference in New Issue