diff --git a/code/modules/customitems/item_spawning.dm b/code/modules/customitems/item_spawning.dm index d207f23e..7a6fab25 100644 --- a/code/modules/customitems/item_spawning.dm +++ b/code/modules/customitems/item_spawning.dm @@ -89,8 +89,8 @@ for(var/obj/item/clothing/glasses/B in M) del(B) M.glasses=null - ok = M.equip_if_possible(Item, slot_glasses, 0) -/* else if(istype(Item,/obj/item/device/pda)) + ok = M.equip_if_possible(I, slot_glasses, 0) + else if(istype(Item,/obj/item/device/pda)) if(M.ckey == "meowykins" && M.real_name == "Miyako Yukimura") ok = 1 del(Item) @@ -99,8 +99,8 @@ if(istype(M.l_store,/obj/item/device/pda)) for(var/obj/item/device/pda/B in M) del(B) - M.pda=null - ok = M.equip_if_possible(Item, slot_l_store,0)*/ + M.l_store=null + ok = M.equip_if_possible(I, slot_l_store,0) else if(istype(M.back,/obj/item/weapon/storage) && M.back:contents.len < M.back:storage_slots) // Try to place it in something on the mob's back Item.loc = M.back ok = 1