diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-10 07:57:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-10 07:57:27 -0300 |
commit | 758c9a80791cb968fd8ec972765bc8da0df53238 (patch) | |
tree | 58d9be3dcb1833a9d50ace23e9a400e0e535ee41 | |
parent | 20db898ad6a05ce2e0f6524c370fdbfbb073ae8a (diff) | |
download | serverdata-758c9a80791cb968fd8ec972765bc8da0df53238.tar.gz serverdata-758c9a80791cb968fd8ec972765bc8da0df53238.tar.bz2 serverdata-758c9a80791cb968fd8ec972765bc8da0df53238.tar.xz serverdata-758c9a80791cb968fd8ec972765bc8da0df53238.zip |
Reputation
-rw-r--r-- | npc/001-3-2/henry.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/001-3-2/henry.txt b/npc/001-3-2/henry.txt index dd043f59..4bbe2996 100644 --- a/npc/001-3-2/henry.txt +++ b/npc/001-3-2/henry.txt @@ -207,6 +207,12 @@ function reportSecondQuest { ShovelQuests_AssignedMAP$=shovel_getcity(.@m$); ShovelQuests_AssignedX=.@x; ShovelQuests_AssignedY=.@y; + // TODO: If we add a daily legion quest, it must be "redemption"~ish + // That is, destroy points from all other three factions + .@t$=faction_addrep("Legion", -15); + mesc .@t$; + .@t$=faction_addrep("Thief", 15); + mesc .@t$; next; mesn; mesq l("I don't know how to get a shovel, though."); |