16 lines
763 B
Plaintext
16 lines
763 B
Plaintext
|
#include "nw_i0_plotwizard"
|
||
|
void main()
|
||
|
{
|
||
|
// PLOT WIZARD MANAGED CODE BEGINS
|
||
|
PWSetMinLocalIntAndJournalForItemAcquired("p005state", "p005", 2, "it_ReynaldsHead", 0);
|
||
|
PWSetMinLocalIntAndJournalForItemAcquired("p007state", "p007", 2, "it_BaldwinsPlans", 0);
|
||
|
PWSetMinLocalIntAndJournalForItemAcquired("p006state", "p006", 2, "it_porcelain", 0);
|
||
|
PWSetMinLocalIntAndJournalForItemAcquired("p002state", "p002", 7, "GolemPlans", 0);
|
||
|
PWSetMinLocalIntAndJournalForItemAcquired("p002state", "", 5, "KeytoIsaacsworkroom", 0);
|
||
|
PWSetMinLocalIntAndJournalForItemAcquired("p000state", "p000", 2, "LettertoPope", 0);
|
||
|
PWSetMinLocalIntAndJournalForItemAcquired("p004state", "p004", 2, "it_DrowSewerMap", 0);
|
||
|
// PLOT WIZARD MANAGED CODE ENDS
|
||
|
|
||
|
|
||
|
}
|