Fixes #861 Wireless Terminal notifies player, if it is unlinked

This commit is contained in:
thatsIch
2015-03-09 17:53:57 +01:00
parent 63a6037ad2
commit dd1ca1e286
5 changed files with 62 additions and 20 deletions
@@ -25,7 +25,10 @@ public enum PlayerMessages
{
ChestCannotReadStorageCell, InvalidMachine, LoadedSettings, SavedSettings, MachineNotPowered,
isNowLocked, isNowUnlocked, AmmoDepleted, CommunicationError, OutOfRange, DeviceNotPowered, SettingCleared;
isNowLocked, isNowUnlocked,
AmmoDepleted,
CommunicationError, OutOfRange, DeviceNotPowered, DeviceNotWirelessTerminal, DeviceNotLinked, StationCanNotBeLocated,
SettingCleared,;
String getName()
{