====== altar-pray ====== Pray 600 times; this makes uncursing an item a little bit more convenient. A port of [[user:mhoram:scripts:altar_pray]] to Python. ====== Code ====== #!/usr/bin/python from crossfire import * for i in range(1,600): issue('use_skill praying') draw(3, 'Done praying')