diff --git a/ChangeLog b/ChangeLog index 8d93d5fe9..f059667a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/scorn/misc/cityhall b/scorn/misc/cityhall index 58dde1d57..64c26440c 100644 --- a/scorn/misc/cityhall +++ b/scorn/misc/cityhall @@ -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