10 lines
372 B
Plaintext
10 lines
372 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
|
|
|
|
string NOGOD = "You have no God to hear your prayers!";
|
|
string GODREFUSED = "Your God refuses to hear your prayers!";
|
|
string GODLISTENED = "Your God has granted your request and restored you to life!";
|
|
|