summaryrefslogtreecommitdiff
path: root/npc/other/gympass.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-17 17:29:58 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-17 17:44:38 +0530
commit57ed698dc135be8222e127fe8e1d02c456e7f8b5 (patch)
treea4dc51c43d92ef569c4d2fb84a09fb5385abef95 /npc/other/gympass.txt
parentd2f9ad731c53da1bf0d9998cafef98fd8bf7ea83 (diff)
downloadhercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.tar.gz
hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.tar.bz2
hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.tar.xz
hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.zip
Script Standardization: changed select format in other folder
Diffstat (limited to 'npc/other/gympass.txt')
-rw-r--r--npc/other/gympass.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/gympass.txt b/npc/other/gympass.txt
index 249012b2a..d30fafeb8 100644
--- a/npc/other/gympass.txt
+++ b/npc/other/gympass.txt
@@ -67,7 +67,7 @@ payon,173,141,4 script Ripped Cabus#GymPass 4_M_HUMAN_02,{
mes "item carrying capacity ^FF000010 times^000000.";
mes "So... Are you ready to sweat?";
next;
- switch(select("Yes:No:Um, my workouts wore off.")) {
+ switch(select("Yes", "No", "Um, my workouts wore off.")) {
case 1:
if (gympassmemory < 10) {
.@add_carry = gympassmemory + 1;