generated from Jaysyn/ModuleTemplate
10 lines
390 B
Plaintext
10 lines
390 B
Plaintext
// hc_text_gods
|
|
// 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 NOGOD = "You have no god to hear your prayers!";
|
|
const string GODREFUSED = "Your god refuses to hear your prayers!";
|
|
const string GODLISTENED = "Your god has granted your request and restored you to life!";
|
|
|