made it so Cool Blue Lantern is actually blue

This commit is contained in:
donovanlank 2021-06-17 18:40:29 -07:00
parent f132c3fcb4
commit fb157082a8

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],
)