ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/exit/teleporter.arc
Revision: 1.11
Committed: Sat Oct 16 09:17:01 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +0 -2 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

# User Rev Content
1 root 1.10 object teleporter_connect
2     face teleporter.x11
3     type 41
4     no_pick 1
5     activate_on_push 1
6     activate_on_release 1
7     editor_folder connect
8     end
9    
10     # should be avoided
11 root 1.6 object teleporter
12 root 1.10 inherit teleporter_connect
13 root 1.7 anim
14     teleporter.x11
15     teleporter.x12
16     teleporter.x13
17     mina
18 root 1.5 speed 0.1
19 root 1.1 end
20 root 1.7