Temporarily disable the broken ATMs.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18871 282e977c-c81d-0410-88c4-b93c2d0d6712
master
partmedia 2013-08-03 00:28:11 +00:00
parent c5ae44f735
commit 04d5b13678
1 changed files with 7 additions and 2 deletions

View File

@ -742,10 +742,15 @@ def cmd_cash(text):
if whoami.Name.find('Deposit Box') > -1:
ScriptParm = Crossfire.ScriptParameters()
# At the moment, the ATMs seem buggy and steal the players' money.
# Temporarily disable ATMs until we fix the issue.
if ScriptParm == 'Close':
depositBoxClose()
#depositBoxClose()
pass
else:
depositBoxOpen()
whoami.Say("We're sorry, ATMs are out of order.")
#depositBoxOpen()
else:
text = Crossfire.WhatIsMessage().split()