Merge pull request #105 from Miniature/master

Fixed getting too much sand from a single tile by clicking really fast
This commit is contained in:
Miniature
2011-12-13 18:34:08 -08:00

View File

@@ -320,7 +320,7 @@
playsound(src.loc, 'rustle1.ogg', 50, 1) //russle sounds sounded better
sleep(50)
if ((user.loc == T && user.equipped() == W))
if ((user.loc == T && user.equipped() == W) && !dug)
user << "\blue You dug a hole."
gets_dug()
dug = 1