generated from Jaysyn/ModuleTemplate
9 lines
296 B
Plaintext
9 lines
296 B
Plaintext
// hc_text_doors
|
|
// This file contains many of the text strings used throughout HCR for those
|
|
// wishing to convert HCR to a foreign language.
|
|
// Best Wishes, Archaegeo
|
|
|
|
const string DOORFOUND = "You have found a secret door!";
|
|
const string TRAPDOORFOUND = "You have found a secret trap door!";
|
|
|