mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user