diff --git a/code/game/objects/items/devices/PDA/PDA.dm b/code/game/objects/items/devices/PDA/PDA.dm index a058ab303d..00385820cf 100644 --- a/code/game/objects/items/devices/PDA/PDA.dm +++ b/code/game/objects/items/devices/PDA/PDA.dm @@ -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