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

This commit is contained in:
Cruix
2018-01-05 03:56:10 -08:00
committed by CitadelStationBot
parent 3266cdfe0c
commit 406ccb256f

View File

@@ -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