Changes between Version 2 and Version 3 of Ticket #10829, comment 3


Ignore:
Timestamp:
12/08/18 20:57:52 (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10829, comment 3

    v2 v3  
    6464* Within the the safe room, both doors' doVerb(oil) methods swapped the flags!
    6565  * The left door (vLeftDoor) sets 215, right door (vBackDoor) sets 214.
    66 \\
    67 \\
    68 Unrelated: if a rogue picks either lock, one oiled door mutes both doors.
    69 \\
    70 \\
    71 scipt 643 - sPickLock::changeState(1)
    72 {{{
    73 (1
    74         (cond
    75                 ((proc0_4 215) (self cue:))
    76                 ((proc0_4 214) (self cue:))
    77                 (else
    78                         (squeakSound play:)
    79                         # The door hinges squeak in protest as you open the door.
    80                         (g91_gloryMessager say: 1 4 3 1 0 640)
    81                         (self cue:)
    82                 )
    83         )
    84 )
    85 }}}