Merge pull request #1546 from CHOMPStationBot/upstream-merge-9867

[MIRROR] [MIRROR] Added a GPS compass.
This commit is contained in:
Nadyr
2021-03-10 01:41:28 -05:00
committed by GitHub
8 changed files with 420 additions and 136 deletions
@@ -299,7 +299,3 @@
if(PREF_FBP_SOFTWARE)
return 150
return S.max_age // welp
/datum/category_item/player_setup_item/proc/color_square(red, green, blue, hex)
var/color = hex ? hex : "#[num2hex(red, 2)][num2hex(green, 2)][num2hex(blue, 2)]"
return "<span style='font-face: fixedsys; font-size: 14px; background-color: [color]; color: [color]'>___</span>"