diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-19 00:42:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-19 00:42:49 -0300 |
commit | 8e37aa31ebc8a04c6f4db744fcad06e7b7fcf2e2 (patch) | |
tree | 2f55d5f2c185485651b14470c64bdb8e453924b5 /npc/034-4 | |
parent | 695df1a8f063c33ac10b3b9fe017309fd7e90772 (diff) | |
download | serverdata-8e37aa31ebc8a04c6f4db744fcad06e7b7fcf2e2.tar.gz serverdata-8e37aa31ebc8a04c6f4db744fcad06e7b7fcf2e2.tar.bz2 serverdata-8e37aa31ebc8a04c6f4db744fcad06e7b7fcf2e2.tar.xz serverdata-8e37aa31ebc8a04c6f4db744fcad06e7b7fcf2e2.zip |
Not going to rectify this. If you fail at the last stage of Gemini, it is over.
Diffstat (limited to 'npc/034-4')
-rw-r--r-- | npc/034-4/intro.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/034-4/intro.txt b/npc/034-4/intro.txt index 0ed6b802d..667655368 100644 --- a/npc/034-4/intro.txt +++ b/npc/034-4/intro.txt @@ -9,7 +9,7 @@ OnTouch: if (instance_id() < 0 || getcharid(1) < 1) end; GeminiCheck(8); - npctalkonce l("Oh noes ─ the door is sealed! We can only press forward!"); + npctalkonce l("Oh noes ─ the door is sealed! We can only press forward and failure is final!"); end; } |