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