From 9d4b6e7ce0d4b91729ee7c85f1fe85fe64cf51ce Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Tue, 1 Jun 2021 10:47:20 -0400 Subject: [PATCH] Update flashlight_vr.dm --- code/game/objects/items/devices/flashlight_vr.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/game/objects/items/devices/flashlight_vr.dm b/code/game/objects/items/devices/flashlight_vr.dm index 63ed6524b2..6c50595006 100644 --- a/code/game/objects/items/devices/flashlight_vr.dm +++ b/code/game/objects/items/devices/flashlight_vr.dm @@ -1,8 +1,8 @@ -/obj/item/device/flashlight/glowstick/bluespace - name = "bluespace glowstick" - desc = "A bluespace powered glowstick. Escaping particles light up the area far brighter on similar levels to flares and for far longer" +/obj/item/device/flashlight/glowstick/radioisotope + name = "radioisotope glowstick" + desc = "A radioisotope powered glowstick. Escaping particles light up the area far brighter on similar levels to flares and for longer" flashlight_colour = "#599DFF" icon_state = "glowstick_blue" item_state = "glowstick_blue" flashlight_power = 0.1 - brightness_on = 8 \ No newline at end of file + brightness_on = 8