altar-pray

Pray 600 times; this makes uncursing an item a little bit more convenient.

A port of 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')