Patch #352 Minor door and spelling fixes in low-level Scorn. Set two doors to have no random traps when they already had a specific trap added in Easy House (scorn/houses/easy_house.floor1) in Scorn.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@20722 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
50224b5073
commit
438ad673fa
|
@ -9,7 +9,7 @@ enter_x 10
|
|||
enter_y 19
|
||||
msg
|
||||
Created: 2006-05-26 Bort
|
||||
Modified: 2015-12-13 Daniel Hawkins
|
||||
Modified: 2019-02-02 DraugTheWhopper
|
||||
endmsg
|
||||
end
|
||||
arch grass
|
||||
|
@ -1015,6 +1015,7 @@ end
|
|||
arch door_1
|
||||
x 8
|
||||
y 6
|
||||
randomitems none
|
||||
end
|
||||
arch trap_blades
|
||||
Cha 10
|
||||
|
@ -1443,6 +1444,7 @@ end
|
|||
arch door_1
|
||||
x 11
|
||||
y 4
|
||||
randomitems none
|
||||
end
|
||||
arch trap_blades
|
||||
Cha 10
|
||||
|
|
Loading…
Reference in New Issue