Changeset 11525 for code/branches/CampaignMap_HS17/src
- Timestamp:
- Oct 30, 2017, 4:30:58 PM (7 years ago)
- Location:
- code/branches/CampaignMap_HS17/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/CampaignMap_HS17/src/modules/objects/StoryModePlanet.cc
r11512 r11525 68 68 void StoryModePlanet::setConfigValues() 69 69 { 70 static const std::string names[] = 71 { 72 "Berkay Berabi", 73 "Louis Meile" 74 "Muten Roshi", 75 "Abradolf Lincler", 76 "Lionel Messi", 77 "Kamal Khan", 78 "Karl the Llama", 79 "Thomas the Tankengine", 80 "Rick", 81 "send nudes", 82 "Morty", 83 "Charlie the Unicorn", 84 "Kung Fury", 85 "Postman Pat" 86 }; 87 static std::vector<std::string> defaultnames(names, names + sizeof(names) / sizeof(std::string)); 70 88 89 SetConfigValue(names_, defaultnames); 71 90 } 72 91 } -
code/branches/CampaignMap_HS17/src/orxonox/infos/Bot.cc
r11358 r11525 77 77 "Thomas the Tankengine", 78 78 "Rick", 79 "send nudes", 79 80 "Morty", 80 81 "Charlie the Unicorn",
Note: See TracChangeset
for help on using the changeset viewer.