Make event_xxx invisible, to avoid weird issues.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@5807 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
cde67043a0
commit
dd03d8c765
3
CHANGES
3
CHANGES
|
@ -1,5 +1,8 @@
|
|||
Changes for SVN top of tree:
|
||||
|
||||
Make event_xxx invisible, avoids many issues in the object handling
|
||||
routines.
|
||||
---
|
||||
Start splitting server/lib/treasures file in many files.
|
||||
Rename player class files/random items for coherence.
|
||||
Nicolas Weeger 2007-03-17
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object event_apply
|
||||
type 116
|
||||
subtype 1
|
||||
invisible 1
|
||||
end
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object event_attack
|
||||
type 116
|
||||
subtype 2
|
||||
invisible 1
|
||||
end
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object event_close
|
||||
type 116
|
||||
subtype 11
|
||||
invisible 1
|
||||
end
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object event_death
|
||||
type 116
|
||||
subtype 3
|
||||
invisible 1
|
||||
end
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object event_destroy
|
||||
type 116
|
||||
subtype 13
|
||||
invisible 1
|
||||
end
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object event_drop
|
||||
type 116
|
||||
subtype 4
|
||||
invisible 1
|
||||
end
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object event_pickup
|
||||
type 116
|
||||
subtype 5
|
||||
invisible 1
|
||||
end
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object event_say
|
||||
type 116
|
||||
subtype 6
|
||||
invisible 1
|
||||
end
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object event_stop
|
||||
type 116
|
||||
subtype 7
|
||||
invisible 1
|
||||
end
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object event_throw
|
||||
type 116
|
||||
subtype 9
|
||||
invisible 1
|
||||
end
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object event_time
|
||||
type 116
|
||||
subtype 8
|
||||
invisible 1
|
||||
end
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object event_timer
|
||||
type 116
|
||||
subtype 12
|
||||
invisible 1
|
||||
end
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object event_trigger
|
||||
type 116
|
||||
subtype 10
|
||||
invisible 1
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue