Fixed PDAs not calling parent in equipped() (#34081)

This commit is contained in:
Cruix
2018-01-05 06:56:10 -05:00
committed by Emmett Gaines
parent 456fad4960
commit ec790fd7bb
@@ -94,6 +94,7 @@ GLOBAL_LIST_EMPTY(PDAs)
update_icon()
/obj/item/device/pda/equipped(mob/user, slot)
. = ..()
if(!equipped)
if(user.client)
background_color = user.client.prefs.pda_color