mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Fix kinetic accelerator desc taking up half your chat when it has modkits inside it (#29122)
* The Fix * remove extra empty line
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
. += "<b>[get_remaining_mod_capacity()]%</b> mod capacity remaining."
|
||||
for(var/A in get_modkits())
|
||||
var/obj/item/borg/upgrade/modkit/M = A
|
||||
. |= "<span class='notice'>You can use a crowbar on it to remove it's installed mod kits.</span>"
|
||||
. += "<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__legacy__attackchain(obj/item/I, mob/user)
|
||||
if(istype(I, /obj/item/borg/upgrade/modkit) && max_mod_capacity)
|
||||
|
||||
Reference in New Issue
Block a user