commands separated
[k8-i-v-a-n.git] / src / game / commands / WizardWish.cpp
blobb9a8f9691c2178bc113b0ba1c5be0bf9e20f20c2
1 COMMAND(WizardWish) {
2 if (!game::Wish(PLAYER, "%s appears from nothing!", "Two %s appear from nothing!", true)) {
3 ADD_MESSAGE("You changed your mind, didn't you, %s?", game::Insult());
5 return false;
6 };