Merge pull request #170 from Salanto/public_coinflip
Send conflip to the area instead of the client
This commit is contained in:
commit
8b09c8bab4
@ -25,7 +25,7 @@ void AOClient::cmdFlip(int argc, QStringList argv)
|
||||
QString sender_name = ooc_name;
|
||||
QStringList faces = {"heads","tails"};
|
||||
QString face = faces[AOClient::genRand(0,1)];
|
||||
sendServerMessage(sender_name + " flipped a coin and got " + face + ".");
|
||||
sendServerMessageArea(sender_name + " flipped a coin and got " + face + ".");
|
||||
}
|
||||
|
||||
void AOClient::cmdRoll(int argc, QStringList argv)
|
||||
|
Loading…
Reference in New Issue
Block a user