diff --git a/code/game/objects/items/devices/PDA/PDA.dm b/code/game/objects/items/devices/PDA/PDA.dm index b4434a20e26..9c6cd9e8ee5 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