Mercurial > mm7
diff Events.cpp @ 766:a464d28566a6
days_played_without_rest
author | Nomad |
---|---|
date | Sat, 23 Mar 2013 20:22:51 +0200 |
parents | cf2fbac6edc9 |
children | c319601893af |
line wrap: on
line diff
--- a/Events.cpp Sat Mar 23 19:47:18 2013 +0200 +++ b/Events.cpp Sat Mar 23 20:22:51 2013 +0200 @@ -440,11 +440,11 @@ break; } if ( !_strcmpi(v16, "pcout01") ) // moving to harmondale from emerald isle - { + { Rest(0x2760u); pParty->RestAndHeal(); - pParty->field_764 = 0; - } + pParty->days_played_without_rest = 0; + } if ( !v15 || v128 == 3 ) { pCurrentScreen = v128;