Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb16165c51 | ||
|
|
afb04b0d80 |
@@ -46,7 +46,7 @@ function action(mode, type, selection) {
|
|||||||
cm.dispose();
|
cm.dispose();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (cm.getMeso < price) {
|
if (cm.getMeso() < price) {
|
||||||
cm.sendOk("Please check and see if you have " + price + " mesos to enter this place.");
|
cm.sendOk("Please check and see if you have " + price + " mesos to enter this place.");
|
||||||
} else {
|
} else {
|
||||||
cm.gainMeso(-price);
|
cm.gainMeso(-price);
|
||||||
|
|||||||
Reference in New Issue
Block a user