Skip to content

Commit

Permalink
фиксы
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgencheg committed Sep 6, 2024
1 parent 4c9c462 commit b697efd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ public sealed class PostMapInitTest
"TheHive", //DeltaV
"Hammurabi", //DeltaV
"Lighthouse", //DeltaV
"Submarine" //DeltaV
"Submarine", //DeltaV
"LPPAsterisk", //LPP
"LPPNormandy", //LPP
"LPPPebble", //LPP
"LPPSubmarine" //LPP
};

/// <summary>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
infant-name-prefix = детёныш { $baseName }
infant-name-prefix = детёныш { $name }
reproductive-birth-popup = { CAPITALIZE($parent) } родила!
reproductive-laid-egg-popup = { CAPITALIZE($parent) } отложила яйцо!
7 changes: 7 additions & 0 deletions Resources/Prototypes/DeltaV/cartridges/crimeassistflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,10 @@
locKeyDescription: "crime-assist-crimedetail-sexualharassment"
locKeySeverity: "crime-assist-crimetype-misdemeanour"
locKeyPunishment: "crime-assist-crimepunishment-sexualharassment"

- type: crimeAssistPage
id: "resultTrespass"
locKeyTitle: "crime-assist-crime-trespass"
locKeyDescription: "crime-assist-crimedetail-trespass"
locKeySeverity: "crime-assist-crimetype-misdemeanour"
locKeyPunishment: "crime-assist-crimepunishment-trespass"
2 changes: 1 addition & 1 deletion Resources/ServerInfo/Guidebook/Service/Bartender.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</Box>
<Box>
<GuideEntityEmbed Entity="BoozeDispenser"/>
<GuideEntityEmbed Entity="SodaDispenser"/>
<GuideEntityEmbed Entity="soda_dispenser"/>
<GuideEntityEmbed Entity="VendingMachineBooze"/>
</Box>

Expand Down

0 comments on commit b697efd

Please sign in to comment.