Proto-Kinetic Accelerator and Kinetic Crusher examine text update (#25338)

* kinetic crusher examine text

* pka examine text

* apply suggestions from review

* bring back a change to the KPA's interaction description that somehow disappeared
This commit is contained in:
Taurtura
2024-05-17 00:09:34 +02:00
committed by GitHub
parent 53b8c0517e
commit baedfbf6aa
2 changed files with 3 additions and 1 deletions
@@ -1,6 +1,6 @@
/obj/item/gun/energy/kinetic_accelerator
name = "proto-kinetic accelerator"
desc = "A self recharging, ranged mining tool that does increased damage in low pressure. Capable of holding up to six slots worth of mod kits."
desc = "A self-recharging, ranged mining tool that does increased damage in low pressure environments. It can be upgraded using specialised mod kits."
icon_state = "kineticgun"
item_state = "kineticgun"
ammo_type = list(/obj/item/ammo_casing/energy/kinetic)
@@ -34,6 +34,7 @@
for(var/A in get_modkits())
var/obj/item/borg/upgrade/modkit/M = A
. += "<span class='notice'>There is a [M.name] mod installed, using <b>[M.cost]%</b> capacity.</span>"
. += "<span class='notice'>You can use a crowbar on it to remove it's installed mod kits.</span>"
/obj/item/gun/energy/kinetic_accelerator/attackby(obj/item/I, mob/user)
if(istype(I, /obj/item/borg/upgrade/modkit) && max_mod_capacity)