diff options
Diffstat (limited to 'npc/003-6')
-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!"); |