You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dam Defense/Localizations/english.lua
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,7 @@ return {
151
151
serialKillerEndVictory='Serial killer has won this round! Round ending in 10 seconds.',
152
152
serialKillerEndArrested='The serial killer has been eliminated.',
153
153
serialKillerEnd='The serial killer has been arrested.',
154
+
serialKillerNearestTarget='The nearest prey is {dx} meters {signx} and {dy} meters {signy}.',
154
155
-- events/vip.lua
155
156
vipMessageBoss='You are now a VIP. A body guard, {guardName}, has been assigned to keep you safe from hostiles. Your pay grade has been raised.',
156
157
vipMessageBodyguard='You have been tasked with keeping VIP {vipName} alive at all costs. Failure will result in immediate termination. Your pay grade has been raised.',
@@ -165,6 +166,10 @@ return {
165
166
jobbanNoticeSingular='You have been banned from the {jobName} job because: {reason}.',
166
167
jobbanNoticePlural='You have been banned from {jobName} jobs because: {reason}.',
167
168
-- misc
169
+
above='above',
170
+
below='below',
171
+
toTheRight='to the right',
172
+
toTheLeft='to the left',
168
173
bodyguardDead='You have died and are not a body guard anymore!',
169
174
antagDead='You have died and are not an antagonist anymore!',
170
175
antagArrested='You have died and are not an antagonist anymore!',
ifDD.isClientCharacterAlive(self.parent.killer) and (self.parent.killer.Character.Inventory.GetItemAt(2) ~=nil) and (self.parent.mask.ID==self.parent.killer.Character.Inventory.GetItemAt(2).ID) then
@@ -160,6 +212,16 @@ end, {
160
212
end
161
213
if (character.LastAttacker==self.killer.Character) and (character.SpeciesName=='human') then
0 commit comments