diff options
author | Edwin <edwin@yohanesedwin.com> | 2016-10-23 16:05:15 +0700 |
---|---|---|
committer | Edwin <edwin@yohanesedwin.com> | 2016-10-23 16:05:15 +0700 |
commit | 3983c924e352ca181a71281050cc8314d6fd85f8 (patch) | |
tree | fa6c806f1700a8c5dfea04a299ea71fc1efc8700 /npc/airports/airships.txt | |
parent | ec60587b30112858005eec0639eb49d145b380ce (diff) | |
download | hercules-3983c924e352ca181a71281050cc8314d6fd85f8.tar.gz hercules-3983c924e352ca181a71281050cc8314d6fd85f8.tar.bz2 hercules-3983c924e352ca181a71281050cc8314d6fd85f8.tar.xz hercules-3983c924e352ca181a71281050cc8314d6fd85f8.zip |
Fixed airships.txt if player and NPC get same number of dice but below than 8 then it was only showing NPC name
Diffstat (limited to 'npc/airports/airships.txt')
-rw-r--r-- | npc/airports/airships.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt index 9653b9394..7bac19e21 100644 --- a/npc/airports/airships.txt +++ b/npc/airports/airships.txt @@ -1452,6 +1452,8 @@ function script applegamble { getitem Apple,.@amount; end; } + mes("Alright."); + mes("Let me cast the dice again."); } else { mesf("^FF0000%s^000000, you got ^FF0000%d^000000 and the total is now ^FF0000%d^000000. " |