12 lines
401 B
Plaintext
12 lines
401 B
Plaintext
// hc_text_traps
|
|
// 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 DISARMING = "Disarming.";
|
|
string DISARMED = "Disarmed.";
|
|
string TRAPTRIGGERED = "You have triggered the trap!";
|
|
string FAILDISARM = "You have failed to disarm the trap.";
|
|
string DOORFOUND = "You have found a secret door!";
|
|
|