Merge pull request #13152 from TankTheBirb/holster-pais

pAIs can now be holstered!
This commit is contained in:
Casey
2022-06-23 19:16:09 -04:00
committed by CHOMPStation2
parent 9764d2aae1
commit 82ba349c54

View File

@@ -23,7 +23,7 @@ GLOBAL_LIST_BOILERPLATE(all_pai_cards, /obj/item/device/paicard)
icon_state = "pai" icon_state = "pai"
item_state = "electronic" item_state = "electronic"
w_class = ITEMSIZE_SMALL w_class = ITEMSIZE_SMALL
slot_flags = SLOT_BELT slot_flags = SLOT_BELT | SLOT_HOLSTER
origin_tech = list(TECH_DATA = 2) origin_tech = list(TECH_DATA = 2)
show_messages = 0 show_messages = 0
preserve_item = 1 preserve_item = 1