forked from wylab/wylab-station-14
fix: add missing locale files for vampire/blood brothers
Added missing locale entries: - MindRoleVampire and MindRoleBloodBrother entity names - Game rule entities (Vampire, BloodBrothers, SubVampire, SubBloodBrothers) These were causing the admin antagonist menu to break. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ent-BloodBrothers = { ent-BaseGameRule }
|
||||
.desc = { ent-BaseGameRule.desc }
|
||||
ent-Vampire = { ent-BaseGameRule }
|
||||
.desc = { ent-BaseGameRule.desc }
|
||||
@@ -0,0 +1,4 @@
|
||||
ent-SubBloodBrothers = { ent-BloodBrothers }
|
||||
.desc = { ent-BloodBrothers.desc }
|
||||
ent-SubVampire = { ent-Vampire }
|
||||
.desc = { ent-Vampire.desc }
|
||||
@@ -0,0 +1,4 @@
|
||||
ent-MindRoleVampire = Роль вампир
|
||||
.desc = { ent-BaseMindRoleAntag.desc }
|
||||
ent-MindRoleBloodBrother = Роль кровный брат
|
||||
.desc = { ent-BaseMindRoleAntag.desc }
|
||||
Reference in New Issue
Block a user