adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: wastesedge/scripts/game_events silverhair_to_fs


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: wastesedge/scripts/game_events silverhair_to_fst.py, 1.1, 1.2
Date: Mon, 21 Jul 2003 07:40:57 -0400

Update of /cvsroot/adonthell/wastesedge/scripts/game_events
In directory subversions:/tmp/cvs-serv4325

Modified Files:
        silverhair_to_fst.py 
Log Message:
FIXED can't leave through door when coming through window and S. is free 
(thanks Leif Thande)


Index: silverhair_to_fst.py
===================================================================
RCS file: 
/cvsroot/adonthell/wastesedge/scripts/game_events/silverhair_to_fst.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** silverhair_to_fst.py        6 May 2002 13:47:18 -0000       1.1
--- silverhair_to_fst.py        21 Jul 2003 11:40:54 -0000      1.2
***************
*** 33,39 ****
      def run (self, submap, x, y, dir, name):
          p = adonthell.gamedata_get_character (name)
! 
          # -- Jelom not convinced of Silverhair's innocence
!         if p.get_val ("came_from_barn") == 1:
              p.stand ()
              p.go_south ()
--- 33,40 ----
      def run (self, submap, x, y, dir, name):
          p = adonthell.gamedata_get_character (name)
!         free = adonthell.gamedata_get_quest 
("demo").get_val("silverhair_free")
!         
          # -- Jelom not convinced of Silverhair's innocence
!         if p.get_val ("came_from_barn") == 1 and not free:
              p.stand ()
              p.go_south ()





reply via email to

[Prev in Thread] Current Thread [Next in Thread]