1
This commit is contained in:
parent
1123165fb7
commit
73d5f8125a
@ -205,6 +205,13 @@ namespace MetaData
|
||||
|
||||
void MapThing::Init()
|
||||
{
|
||||
{
|
||||
std::vector<std::string> strings;
|
||||
a8::Split(i->buff_list(), strings, '|');
|
||||
for (const std::string& tmp_str : strings) {
|
||||
buff_list.push_back(a8::XValue(tmp_str));
|
||||
}
|
||||
}
|
||||
{
|
||||
std::vector<std::string> strings;
|
||||
a8::Split(i->preexplosion_summon(), strings, '|');
|
||||
|
Loading…
x
Reference in New Issue
Block a user