Stendhal Quest Testing: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Kymara No edit summary |
imported>Kymara No edit summary |
||
| Line 245: | Line 245: | ||
// [11:34] Admin superkym changed your state of the quest 'rainbow_beans' from 'bought;1264104887559;taken;1264104889247' to 'null' |
// [11:34] Admin superkym changed your state of the quest 'rainbow_beans' from 'bought;1264104887559;taken;1264104889247' to 'null' |
||
// make them at |
// make them at least level 30 |
||
player.addXP(248800); |
player.addXP(248800); |
||
assertThat(player.getLevel(), greaterThanOrEqualTo(30)); |
assertThat(player.getLevel(), greaterThanOrEqualTo(30)); |
||