From f4c5fa9b7c486d6901b143b779ae263fc15b0e94 Mon Sep 17 00:00:00 2001 From: HeroWithYay <68039844+HeroWithYay@users.noreply.github.com> Date: Tue, 12 Jan 2021 08:15:20 +1300 Subject: [PATCH] Fixed an error in the examine text. --- code/modules/projectiles/guns/energy/special.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/energy/special.dm b/code/modules/projectiles/guns/energy/special.dm index 8da79dc286..b0403f6b49 100644 --- a/code/modules/projectiles/guns/energy/special.dm +++ b/code/modules/projectiles/guns/energy/special.dm @@ -200,7 +200,7 @@ /obj/item/gun/energy/wormhole_projector name = "bluespace wormhole projector" - desc = "A projector that emits high density quantum-coupled bluespace beams. Requires a bluespace anomaly core to function." + desc = "A projector that emits high density quantum-coupled bluespace beams. Requires an anomaly core to function." ammo_type = list(/obj/item/ammo_casing/energy/wormhole, /obj/item/ammo_casing/energy/wormhole/orange) item_state = null icon_state = "wormhole_projector"