Temporarily disable the broken ATMs.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18871 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
c5ae44f735
commit
04d5b13678
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue