generated from Jaysyn/ModuleTemplate
12 lines
473 B
Plaintext
12 lines
473 B
Plaintext
// sr5.2
|
|
// hc_text_health
|
|
// 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 MEMLOSS = "You suffer some memory loss.";
|
|
const string HCR_DISABLED = "You are now disabled.";
|
|
const string CORPSEOF = "Corpse of ";
|
|
const string BAGOF = "Dropped Bag of ";
|
|
const string LOGOUT = "You are being logged out due to BW bug in taking levels. Please just log back in.";
|