X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=romance.c;fp=romance.c;h=3c5c2e1b79724c5838d49652bfc3739cfee55f2e;hp=7f5da0c8d00af4e5667d723905636947d4a19abe;hb=93bb426202ba92c389aae65c0c8ab6eb3d325eae;hpb=81fe22799e2080f165af7929627d664658b944bb diff --git a/romance.c b/romance.c index 7f5da0c..3c5c2e1 100644 --- a/romance.c +++ b/romance.c @@ -166,4 +166,14 @@ int ydelta, xdelta; embrace() { + // Figure out if the player is near something w/ enough interest. + // Otherwise, hug something random, and make things worse. + if (amulet) + { + total_winner('K'); + } + else + { + mostly_winner('K'); + } }