context to g.context

This commit is contained in:
Bart House
2018-12-25 07:29:38 -08:00
parent 9069615861
commit 1c65e6afe0
70 changed files with 837 additions and 844 deletions
+1 -1
View File
@@ -621,7 +621,7 @@ struct obj *instr;
rn2(2) ? "butcher" : rn2(2) ? "manage" : "pull off",
an(beats[rn2(SIZE(beats))]));
awaken_monsters(u.ulevel * (mundane ? 5 : 40));
context.botl = TRUE;
g.context.botl = TRUE;
break;
default:
impossible("What a weird instrument (%d)!", instr->otyp);