ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/floor/no_spells.arc
Revision: 1.10
Committed: Tue Nov 3 09:58:42 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.1 #for backward compatibility, this arch is named "dungeon magic"
2     #It forbids both magic and cleric spells.
3 root 1.5 object dungeon_magic
4 root 1.1 name no_spells
5 pippijn 1.2 face no_spells.x11
6 root 1.10 magicmap red
7 root 1.6 invisible 1
8 root 1.1 no_pick 1
9     no_magic 1
10 root 1.6 damned 1
11 root 1.1 end
12 root 1.6