Merge branch 'donovanlank/Cool_Blue_Lantern' into 'master'

made it so Cool Blue Lantern is actually blue

See merge request veloren/veloren!2474
This commit is contained in:
Justin Shipsey 2021-06-21 05:37:49 +00:00
commit c744cd4365

View File

@ -4,11 +4,11 @@ ItemDef(
kind: Lantern(
(
kind: "Blue0",
color: (r: 255, g: 128, b: 26),
strength_thousandths: 6000,
flicker_thousandths: 250,
color: (r: 55, g: 100, b: 255),
strength_thousandths: 7000,
flicker_thousandths: 300,
),
),
quality: Common,
quality: High,
tags: [Utility],
)