From a02909497a2fd1a38e6cb9252da72b341113605e Mon Sep 17 00:00:00 2001 From: Viz <107632879+Inadvizable@users.noreply.github.com> Date: Sat, 16 Jul 2022 16:36:39 +0200 Subject: [PATCH] at long last this weapon is not bonkers (#18388) --- code/datums/uplink_item.dm | 2 +- code/modules/projectiles/guns/energy/special.dm | 2 +- code/modules/projectiles/projectile/energy.dm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 372b5ffd32d..3cf8a38ead8 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -511,7 +511,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) /datum/uplink_item/dangerous/crossbow name = "Energy Crossbow" - desc = "A miniature energy crossbow that is small enough both to fit into a pocket and to slip into a backpack unnoticed by observers. Fires bolts tipped with toxin, a poisonous substance that is the product of a living organism. Stuns enemies for a short period of time. Recharges automatically." + desc = "A miniature energy crossbow that is small enough both to fit into a pocket and to slip into a backpack unnoticed by observers. Fires bolts tipped with toxin, a poisonous substance that is the product of a living organism. Knocks enemies down for a short period of time. Recharges automatically." reference = "EC" item = /obj/item/gun/energy/kinetic_accelerator/crossbow cost = 12 diff --git a/code/modules/projectiles/guns/energy/special.dm b/code/modules/projectiles/guns/energy/special.dm index b15dadd7e27..bd9361c3e52 100644 --- a/code/modules/projectiles/guns/energy/special.dm +++ b/code/modules/projectiles/guns/energy/special.dm @@ -122,7 +122,7 @@ then click where you want to fire." /obj/item/gun/energy/kinetic_accelerator/crossbow/detailed_examine_antag() - return "This is a stealthy weapon which fires poisoned bolts at your target. When it hits someone, they will suffer a stun effect, in \ + return "This is a stealthy weapon which fires poisoned bolts at your target. When it hits someone, they will suffer a knockdown effect, in \ addition to toxins. The energy crossbow recharges itself slowly, and can be concealed in your pocket or bag." /obj/item/gun/energy/kinetic_accelerator/crossbow/large diff --git a/code/modules/projectiles/projectile/energy.dm b/code/modules/projectiles/projectile/energy.dm index f28879af0a4..9ee06b0c895 100644 --- a/code/modules/projectiles/projectile/energy.dm +++ b/code/modules/projectiles/projectile/energy.dm @@ -51,7 +51,7 @@ nodamage = FALSE stamina = 60 eyeblur = 20 SECONDS - weaken = 2 SECONDS + knockdown = 2 SECONDS slur = 10 SECONDS /obj/item/projectile/energy/bolt/large