X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=advent.h;h=ce39df18f617129f0f0c8a036e1ac386f416a3a6;hb=606b590c1e7205e678288c8ad800aba1f3c2edeb;hp=b642fbf6dccf26441cfd053d2ae91060f495f800;hpb=ecff53d3a8322224bafe0c2a4cffc3e32840e82a;p=open-adventure.git diff --git a/advent.h b/advent.h index b642fbf..ce39df1 100644 --- a/advent.h +++ b/advent.h @@ -63,6 +63,7 @@ struct game_t { long turns; bool wzdark; /* whether the loc he's leaving was dark */ long zzword; + bool blooded; /* has player drunk of dragon's blood? */ long abbrev[LOCSIZ + 1]; long atloc[LOCSIZ + 1]; long dseen[NDWARVES + 1];