ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/floor/no_spells.arc
Revision: 1.7
Committed: Sun Mar 11 00:15:16 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.6: +1 -1 lines
Log Message:
normalise color_fg to magicmap

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.6 invisible 1
7 root 1.1 no_pick 1
8     no_magic 1
9 root 1.6 damned 1
10     color_bg white
11 root 1.1 editable 136
12 root 1.7 magicmap red
13 root 1.1 end
14 root 1.6