From ee92df03e67a2c74c55b08c51a72fdc4759e7b87 Mon Sep 17 00:00:00 2001 From: TankTheBirb <96669534+TankTheBirb@users.noreply.github.com> Date: Thu, 23 Jun 2022 18:37:30 -0400 Subject: [PATCH] pAIs can now be holstered! Quick draw your funky computer friends and throw them at people! Or Don't! --- code/game/objects/items/devices/paicard.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/devices/paicard.dm b/code/game/objects/items/devices/paicard.dm index 380c5f8e634..a871086e9ac 100644 --- a/code/game/objects/items/devices/paicard.dm +++ b/code/game/objects/items/devices/paicard.dm @@ -23,7 +23,7 @@ GLOBAL_LIST_BOILERPLATE(all_pai_cards, /obj/item/device/paicard) icon_state = "pai" item_state = "electronic" w_class = ITEMSIZE_SMALL - slot_flags = SLOT_BELT + slot_flags = SLOT_BELT | SLOT_HOLSTER origin_tech = list(TECH_DATA = 2) show_messages = 0 preserve_item = 1 @@ -513,4 +513,4 @@ GLOBAL_LIST_BOILERPLATE(all_pai_cards, /obj/item/device/paicard) /obj/item/device/paicard/digest_act(var/atom/movable/item_storage = null) if(!pai.digestable) return - . = ..() + . = ..()