user:eadmund:scripts:altar-pray
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')
user/eadmund/scripts/altar-pray.txt · Last modified: by 127.0.0.1