Cityhall is now closed at night. Petition board and bonus amulet remain available
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8015 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
fb457124b3
commit
c0a9b6c0cd
|
@ -1,3 +1,7 @@
|
|||
2007-12-22 tchize
|
||||
scorn/misc/cityhall
|
||||
Cityhall is now closed at night :) Petition board and bonus amulet stay accessible.
|
||||
|
||||
2007-12-22 tchize
|
||||
A python/misc/doNothing.py
|
||||
M python/misc/npc_dialog.py
|
||||
|
|
|
@ -9,7 +9,7 @@ enter_x 13
|
|||
enter_y 25
|
||||
msg
|
||||
Created: 1993-10-15
|
||||
Modified: 2007-12-10 Kevin Bulgrien
|
||||
Modified: 2007-12-22 tchize
|
||||
endmsg
|
||||
end
|
||||
arch woods_2
|
||||
|
@ -2530,20 +2530,6 @@ arch dungeon_floor
|
|||
x 12
|
||||
y 1
|
||||
end
|
||||
arch sign
|
||||
name Petitions for the DMs
|
||||
msg
|
||||
I am a talking board, designed for leaving messages for the DM.
|
||||
If you don't know what to say, say help.
|
||||
endmsg
|
||||
x 12
|
||||
y 1
|
||||
arch event_say
|
||||
name Petitions board
|
||||
title Python
|
||||
slaying /python/IPO/board.py
|
||||
end
|
||||
end
|
||||
arch dungeon_magic
|
||||
x 12
|
||||
y 2
|
||||
|
@ -2625,6 +2611,16 @@ arch pedestal
|
|||
x 12
|
||||
y 11
|
||||
connected 96
|
||||
arch event_trigger
|
||||
title Python
|
||||
slaying /python/tod/filter.py
|
||||
msg
|
||||
{
|
||||
"when":["Morning","Noon","Evening"],
|
||||
"match":"one"
|
||||
}
|
||||
endmsg
|
||||
end
|
||||
end
|
||||
arch cobblestones2
|
||||
x 12
|
||||
|
@ -2642,6 +2638,13 @@ arch cobblestones2
|
|||
x 12
|
||||
y 14
|
||||
end
|
||||
arch sign
|
||||
msg
|
||||
City Hall services are available between 8 am and 6pm
|
||||
endmsg
|
||||
x 12
|
||||
y 14
|
||||
end
|
||||
arch grass
|
||||
x 12
|
||||
y 15
|
||||
|
@ -2821,6 +2824,16 @@ arch pedestal
|
|||
x 13
|
||||
y 11
|
||||
connected 96
|
||||
arch event_trigger
|
||||
title Python
|
||||
slaying /python/tod/filter.py
|
||||
msg
|
||||
{
|
||||
"when":["Morning","Noon","Evening"],
|
||||
"match":"one"
|
||||
}
|
||||
endmsg
|
||||
end
|
||||
end
|
||||
arch cobblestones2
|
||||
x 13
|
||||
|
@ -3015,6 +3028,16 @@ arch pedestal
|
|||
x 14
|
||||
y 11
|
||||
connected 96
|
||||
arch event_trigger
|
||||
title Python
|
||||
slaying /python/tod/filter.py
|
||||
msg
|
||||
{
|
||||
"when":["Morning","Noon","Evening"],
|
||||
"match":"one"
|
||||
}
|
||||
endmsg
|
||||
end
|
||||
end
|
||||
arch cobblestones2
|
||||
x 14
|
||||
|
@ -3202,6 +3225,16 @@ arch pedestal
|
|||
x 15
|
||||
y 11
|
||||
connected 96
|
||||
arch event_trigger
|
||||
title Python
|
||||
slaying /python/tod/filter.py
|
||||
msg
|
||||
{
|
||||
"when":["Morning","Noon","Evening"],
|
||||
"match":"one"
|
||||
}
|
||||
endmsg
|
||||
end
|
||||
end
|
||||
arch cobblestones2
|
||||
x 15
|
||||
|
@ -3219,6 +3252,20 @@ arch cobblestones2
|
|||
x 15
|
||||
y 14
|
||||
end
|
||||
arch sign
|
||||
name Petitions for the DMs
|
||||
msg
|
||||
I am a talking board, designed for leaving messages for the DM.
|
||||
If you don't know what to say, say help.
|
||||
endmsg
|
||||
x 15
|
||||
y 14
|
||||
arch event_say
|
||||
name Petitions board
|
||||
title Python
|
||||
slaying /python/IPO/board.py
|
||||
end
|
||||
end
|
||||
arch grass
|
||||
x 15
|
||||
y 15
|
||||
|
|
Loading…
Reference in New Issue