-removed useless code of yard.

This commit is contained in:
paladin-t 2016-03-03 17:41:32 +08:00
parent 6d579b2478
commit 2226d66fc5

View File

@ -178,9 +178,6 @@ class level
print " Q: Quit game";
enddef
def try_update_monster()
enddef
def update(ipt)
if ipt = "q" then print "Bye."; : end