Applied slightly modified patch #2084099 "buildable altars", courtesy of

meflin and added a new image for altar building material.


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@9789 282e977c-c81d-0410-88c4-b93c2d0d6712
master
quinet 2008-08-30 21:36:12 +00:00
parent 37e02cc7ff
commit 4a442fdd20
4 changed files with 41 additions and 0 deletions

27
CHANGES
View File

@ -1,9 +1,36 @@
Changes for SVN top of tree:
mapbuilding/objects.trs, mapbuilding/objects.arc: Applied slightly modified
patch #2084099 "buildable altars", courtesy of meflin.
mapbuilding/mbaltar_none.base.111.png: New image.
Raphaël Quinet 2008-08-30
monster/animal/giant_worm/purple_worm.arc, ground/nimground/Nimground3_purple.arc:
Replaced purple (unrecognized color) with black in magicmap and color_fg fields.
Rick Tanner 2008-08-20
mapbuilding/building.arc, mapbuilding/building.trs: Added new archetype
building_window, a building material using the new subtype 4. This allows
the player to build windows in existing walls.
mapbuilding/mbwindow.base.111.png: New image
Raphaël Quinet 2008-08-04
mapbuilding/building.arc, mapbuilding/building.trs: Added new buildable
fence. This is useful for those who want walls that do not block the view.
Fixed a bug in the treasure list shop_building_pupland that prevented it
from including any walls (replaced the treasure list
build_material_floor_pupland by building_material_stonewall_pupland).
mapbuilding/mbswall_0.base.111.png: New image.
Raphaël Quinet 2008-08-03
wall/swall/swall.arc: The name "fence" is more appropriate for the archetype
"swall" (spiked wall).
Raphaël Quinet 2008-08-03
shop/Floors/shopweapoeast.trs: Fixed a broken treasure list that prevented
the nine ring sword from being created.
Raphaël Quinet 2008-08-01
disease/incontinence.arc, disease/diarrhea.arc, disease/rabies.arc: Make puddles
from diseases go away after some time, for incontinence and rabies we should
probably have shrinking animations, like for icor (and thus also for diarrhea),

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -58,3 +58,14 @@ subtype 3
face mbbed_save.111
slaying bed_save
end
Object building_altar
name Altar material
nrof 1
weight 25000
value 900000
type 161
subtype 3
level 30
face altar.111
slaying mbaltar_none
end

View File

@ -16,4 +16,7 @@ treasureone building_objects
more
arch building_bed_save
chance 1
more
arch building_altar
chance 1
end