mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Replaced the bloody writing font (#29882)
* that should do the trick * well that's gonna conflict with the secret repo for sure * bloody hell * tweak
This commit is contained in:
@@ -492,6 +492,8 @@
|
||||
vote.interface.sendAssets(src)
|
||||
var/datum/asset/simple/E = new/datum/asset/simple/emoji_list()
|
||||
send_asset_list(src, E.assets)
|
||||
var/datum/asset/simple/F = new/datum/asset/simple/other_fonts()
|
||||
send_asset_list(src, F.assets)
|
||||
|
||||
/proc/get_role_desire_str(var/rolepref)
|
||||
switch(rolepref & ROLEPREF_VALMASK)
|
||||
|
||||
@@ -413,6 +413,11 @@
|
||||
"v4shim.css" = 'html/font-awesome/css/v4-shims.min.css'
|
||||
)
|
||||
|
||||
/datum/asset/simple/other_fonts
|
||||
assets = list(
|
||||
"BLOODY.TTF" = 'html/fonts/BLOODY.TTF',
|
||||
)
|
||||
|
||||
/datum/asset/simple/tgui
|
||||
assets = list(
|
||||
"tgui.bundle.js" = 'tgui/packages/tgui/public/tgui.bundle.js',
|
||||
|
||||
Reference in New Issue
Block a user