Give the dcross and fcross floors an understandable in-game name.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20258 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
e03af4b30b
commit
5494d04b06
|
@ -1,3 +1,11 @@
|
|||
Give the dcross and fcross floors a name.
|
||||
Unfortunately, I couldn't come up with anything better then "floor"
|
||||
floor/dcross-red.arc
|
||||
floor/dcross-white.arc
|
||||
floor/fcross-blue.arc
|
||||
floor/fcross-white.arc
|
||||
Daniel Hawkins 2016-05-17
|
||||
|
||||
Nerf the experience rewarded by reading a book.
|
||||
Since the exp could be gained twice per book (identify/read),
|
||||
each book was essentially worth upwards of 1000 exp.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object dcross-red
|
||||
name floor
|
||||
face dcross-red.111
|
||||
no_pick 1
|
||||
is_floor 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object dcross-white
|
||||
name floor
|
||||
face dcross-white.111
|
||||
no_pick 1
|
||||
is_floor 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object fcross-blue
|
||||
name floor
|
||||
face fcross-blue.111
|
||||
no_pick 1
|
||||
is_floor 1
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
Object fcross-white
|
||||
face fcross-white.111
|
||||
name floor
|
||||
no_pick 1
|
||||
is_floor 1
|
||||
smoothlevel 30
|
||||
|
|
Loading…
Reference in New Issue