From cd357dafd4b7194d4f7969dccccca5711b733ad4 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Tue, 14 Jul 2020 01:18:35 -0400 Subject: [PATCH] Update crossbow.dm --- code/modules/projectiles/guns/launcher/crossbow.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/launcher/crossbow.dm b/code/modules/projectiles/guns/launcher/crossbow.dm index aec4db2d32..3dfae2a1a4 100644 --- a/code/modules/projectiles/guns/launcher/crossbow.dm +++ b/code/modules/projectiles/guns/launcher/crossbow.dm @@ -47,7 +47,7 @@ /obj/item/weapon/gun/launcher/crossbow name = "powered crossbow" - desc = "A 2564AD twist on an old classic. Pick up that can." + desc = "A 2320AD twist on an old classic. Pick up that can." //VOREStation Edit icon = 'icons/obj/weapons.dmi' icon_state = "crossbow" item_state = "crossbow-solid"