diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-26 16:35:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-26 16:35:43 -0300 |
commit | e60933d60b504e98a45dd92ceee65aff3bb26605 (patch) | |
tree | ac40f176cc199ccbc71549cb79934879973f120d /npc/003-6/cyndala.txt | |
parent | e3a5860e65f6a2287d66df3d1ab3efb267e905dc (diff) | |
download | serverdata-e60933d60b504e98a45dd92ceee65aff3bb26605.tar.gz serverdata-e60933d60b504e98a45dd92ceee65aff3bb26605.tar.bz2 serverdata-e60933d60b504e98a45dd92ceee65aff3bb26605.tar.xz serverdata-e60933d60b504e98a45dd92ceee65aff3bb26605.zip |
Notes, and fix a style issue
Diffstat (limited to 'npc/003-6/cyndala.txt')
-rw-r--r-- | npc/003-6/cyndala.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-6/cyndala.txt b/npc/003-6/cyndala.txt index 35f697601..f9bee1c75 100644 --- a/npc/003-6/cyndala.txt +++ b/npc/003-6/cyndala.txt @@ -75,6 +75,10 @@ else successremovecardsindex(.@item_index); + // First option slot of weapon: Raises STR in 5 + // setequipoption(EQI_HAND_R, 1, VAR_STRAMOUNT, 5); + // This is an option :3 + speech S_LAST_NEXT | S_NO_NPC_NAME, l("..."), l("Here it is, clean like a whistle!"); |