diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-21 00:37:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-21 00:37:33 -0300 |
commit | 2c2bfa79815be26969c143e93da0e1be578958fa (patch) | |
tree | 9500df2420e2cc0c179860e3f088c8546a220604 /npc/008-2-1 | |
parent | 37e5cf5bec4e6badeb9c33ae7c8870c7a693d243 (diff) | |
download | serverdata-jesusalva/housekeeping2.tar.gz serverdata-jesusalva/housekeeping2.tar.bz2 serverdata-jesusalva/housekeeping2.tar.xz serverdata-jesusalva/housekeeping2.zip |
Rename General Store to William Store.jesusalva/housekeeping2
He is still called "General Store" for the LOLZ.
Or we can actually have him known as "General Store".
(William used to be a Hurns banker)
Diffstat (limited to 'npc/008-2-1')
-rw-r--r-- | npc/008-2-1/generalstore.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/008-2-1/generalstore.txt b/npc/008-2-1/generalstore.txt index 73b24a5e..c745a40d 100644 --- a/npc/008-2-1/generalstore.txt +++ b/npc/008-2-1/generalstore.txt @@ -5,10 +5,10 @@ // General Store. // THIS IS A PLACEHOLDER! -008-2-1,38,35,0 script Generalstore#008-1 NPC_GENERAL_STORE,{ +008-2-1,38,35,0 script William Store NPC_GENERAL_STORE,{ speech l("Hi!"), - l("My name is General Store, they still call me this although I left the army a few years ago."); + l("My name is William Store, also known as General Store, they still call me this although I left the army a few years ago."); lg("I have nothing to sell, come back later."); close; |