From f8870c7c5d3ad7f0ebc2b72a1631dfc98db1e2a8 Mon Sep 17 00:00:00 2001 From: HeroWithYay <68039844+HeroWithYay@users.noreply.github.com> Date: Tue, 12 Jan 2021 08:16:10 +1300 Subject: [PATCH] Fixed another 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 b0403f6b49..ae6050a68e 100644 --- a/code/modules/projectiles/guns/energy/special.dm +++ b/code/modules/projectiles/guns/energy/special.dm @@ -177,7 +177,7 @@ /obj/item/gun/energy/gravity_gun name = "one-point gravitational manipulator" - desc = "An experimental, multi-mode device that fires bolts of Zero-Point Energy, causing local distortions in gravity. Requires a gravitational anomaly core to function." + desc = "An experimental, multi-mode device that fires bolts of Zero-Point Energy, causing local distortions in gravity. Requires an anomaly core to function." ammo_type = list(/obj/item/ammo_casing/energy/gravity/repulse, /obj/item/ammo_casing/energy/gravity/attract, /obj/item/ammo_casing/energy/gravity/chaos) item_state = "gravity_gun" icon_state = "gravity_gun"