From 489bb390ce880f73b59282f2fdd6929680450896 Mon Sep 17 00:00:00 2001 From: Ty-Omaha Date: Wed, 17 Aug 2016 12:25:24 -0400 Subject: [PATCH] PDA GOES TO PDA SLOT WHERE IT BELONGS INSTEAD OF ID OMG --- code/modules/mob/mob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 93b94e74f9e..03cb8ffb6c6 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -255,8 +255,8 @@ //The list of slots by priority. equip_to_appropriate_slot() uses this list. Doesn't matter if a mob type doesn't have a slot. var/list/slot_equipment_priority = list( \ slot_back,\ - slot_wear_id,\ slot_wear_pda,\ + slot_wear_id,\ slot_w_uniform,\ slot_wear_suit,\ slot_wear_mask,\