ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/floor/no_spells.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:06 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +6 -5 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# Content
1 #for backward compatibility, this arch is named "dungeon magic"
2 #It forbids both magic and cleric spells.
3 object dungeon_magic
4 name no_spells
5 face no_spells.x11
6 invisible 1
7 no_pick 1
8 no_magic 1
9 damned 1
10 color_bg white
11 color_fg red
12 editable 136
13 end
14