parent
4ef351a24c
commit
983cdb2fa7
|
|
@ -54,7 +54,7 @@ public sealed class PrayerSystem : EntitySystem
|
|||
return;
|
||||
}
|
||||
|
||||
_quickDialog.OpenDialog(actor.PlayerSession, Loc.GetString(comp.Verb), "Message", (string message) =>
|
||||
_quickDialog.OpenDialog(actor.PlayerSession, Loc.GetString(comp.Verb), Loc.GetString("prayer-popup-notify-pray-ui-message"), (string message) =>
|
||||
{
|
||||
Pray(actor.PlayerSession, comp, message);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -13,3 +13,4 @@ prayer-popup-notify-centcom-sent = You left a voicemail message for Central Comm
|
|||
prayer-popup-notify-syndicate-sent = You left a voicemail message for Syndicate High Command...
|
||||
prayer-popup-notify-pray-sent = Your message has been sent to the gods...
|
||||
prayer-popup-notify-pray-locked = You don't feel worthy enough...
|
||||
prayer-popup-notify-pray-ui-message = Message
|
||||
|
|
|
|||
Loading…
Reference in New Issue