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
@@ -50,6 +50,7 @@
for(var/t in trophies)
var/obj/item/crusher_trophy/T = t
. += "<span class='notice'>It has \a [T] attached, which causes [T.effect_desc()].</span>"
. += "<span class='notice'>You can use a crowbar on it to remove it's attached trophies.</span>"
/obj/item/kinetic_crusher/attackby(obj/item/I, mob/living/user)
if(istype(I, /obj/item/crusher_trophy))