From 790d6552f3fd506931f348e152b15b8e8046e32f Mon Sep 17 00:00:00 2001 From: Trexdude Date: Fri, 21 Feb 2020 11:46:23 -0500 Subject: [PATCH] Fixes BL-3 Sprite Such that it appears as a sprite, and not a debug invisible sprite. --- code/game/mecha/equipment/tools/medigun_vr.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/mecha/equipment/tools/medigun_vr.dm b/code/game/mecha/equipment/tools/medigun_vr.dm index 19efa0a5fd..7b06a30ffd 100644 --- a/code/game/mecha/equipment/tools/medigun_vr.dm +++ b/code/game/mecha/equipment/tools/medigun_vr.dm @@ -2,7 +2,8 @@ equip_cooldown = 6 name = "\improper BL-3 \"Phoenix\" directed restoration system" desc = "The BL-3 'Phoenix' is a portable medical system used to treat external injuries from afar." - icon_state = "mecha_medbeam" + icon_state = "medbeam" + icon = 'icons/mecha/mecha_equipment_vr.dmi' energy_drain = 1000 projectile = /obj/item/projectile/beam/medigun fire_sound = 'sound/weapons/eluger.ogg'