diff options
Diffstat (limited to 'npc/custom/penal_servitude.txt')
-rw-r--r-- | npc/custom/penal_servitude.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/penal_servitude.txt b/npc/custom/penal_servitude.txt index ec32bb663..1bb5f925b 100644 --- a/npc/custom/penal_servitude.txt +++ b/npc/custom/penal_servitude.txt @@ -87,7 +87,7 @@ M_Q1: menu "OK, I'll work off!",-, "I love this prison!",M_NO_THANKS; mes "[Saddeus]"; - if(checkcart(0) || checkfalcon(0) || checkriding(0)){ + if(checkcart() || checkfalcon() || checkriding()){ emotion e_hmm; mes "I'm sorry, you should release your Cart, PecoPeco or Falcon!"; close; |