Skip to content

Commit

Permalink
Add realistic name
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb432 committed Jan 5, 2025
1 parent f6e9f1e commit a99822f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions addons/realisticnames/compat_explosives/CfgMagazines.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ class CfgMagazines {
class ACE_DemoCharge_Remote_Mag_Throwable: ACE_SatchelCharge_Remote_Mag_Throwable {
displayName = CSTRING(DemoChargeThrowable_Name);
};

class APERSMine_Range_Mag;
class ACE_APERSMine_ToePopper_Mag: APERSMine_Range_Mag {
displayName = CSTRING(APERSMine_ToePopper_Name);
};
};
3 changes: 3 additions & 0 deletions addons/realisticnames/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@
<Turkish>VS-50 Anti-Personel Mayını</Turkish>
<Hungarian>VS-50 gyalogsági taposóakna</Hungarian>
</Key>
<Key ID="STR_ACE_RealisticNames_APERSMine_ToePopper_Name">
<English>VS-50 Anti-Personnel Mine (Toe-Popper)</English>
</Key>
<Key ID="STR_ACE_RealisticNames_APERSTripwireMine_Name">
<English>PMR-3 Anti-Personnel Tripwire Mine</English>
<Czech>PMR-3 Protipěchotní mina (drát)</Czech>
Expand Down

0 comments on commit a99822f

Please sign in to comment.