summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-08 22:41:05 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-08 22:41:05 -0300
commit68562ddd8bf7eadfd21b48a4f54cd4b86f138702 (patch)
tree10f6bd2a25203f6cdad9e6578bd86756b11bd561
parent8dc26b920399c665173a6e02b80744faad741e5f (diff)
downloadserverdata-68562ddd8bf7eadfd21b48a4f54cd4b86f138702.tar.gz
serverdata-68562ddd8bf7eadfd21b48a4f54cd4b86f138702.tar.bz2
serverdata-68562ddd8bf7eadfd21b48a4f54cd4b86f138702.tar.xz
serverdata-68562ddd8bf7eadfd21b48a4f54cd4b86f138702.zip
Let Qanon react to the faction system. So it is at least minially usable.
Most of those functions are not the purpose of this patch, anyway
-rw-r--r--npc/001-2-39/qanon.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/001-2-39/qanon.txt b/npc/001-2-39/qanon.txt
index 3a917ba9..427a97ca 100644
--- a/npc/001-2-39/qanon.txt
+++ b/npc/001-2-39/qanon.txt
@@ -23,6 +23,12 @@
if (.@q < 5)
notaMember();
+ // Faction report
+ mesc l("Your current standing with the Legion: %s", faction_standing("LEGION", false));
+ if (LEGION_RANK)
+ mesc l("You are a Legion's %s", legionrank());
+
+ // Main Menu
select
rif(.@q == 5, l("Lozerk told me to talk to you and join the legion.")),
l("Thanks, sir Q'Anon.");