Remove Techno/Trench font

This commit is contained in:
John 2015-07-02 21:20:43 +03:00
parent ff8eade3a5
commit cbec66d244
2 changed files with 1 additions and 4 deletions

View file

@ -514,8 +514,7 @@ MonthlySchedule = ((7,
CatalogEmoteItem(26, True),
CatalogNametagItem(15, True),
CatalogNametagItem(16, True),
CatalogNametagItem(17, True),
CatalogNametagItem(18, True))),
CatalogNametagItem(17, True))),
(5,
26,
6,

View file

@ -32,7 +32,6 @@ NametagFonts = (
'phase_3/models/fonts/OysterBar.bam',
'phase_3/models/fonts/RedDogSaloon.bam',
'phase_3/models/fonts/PBN.ttf',
'phase_3/models/fonts/Trench.ttf',
'phase_3/models/fonts/SomethingStrange.ttf',
'phase_3/models/fonts/DinosaursAreAlive.ttf'
)
@ -53,7 +52,6 @@ NametagFontNames = (
'Boardwalk',
'Western',
'Pixelated',
'Techno',
'Metal',
'Dinosaurs'
)