From 12da7439a037a59a8ea606460b1674896f1da970 Mon Sep 17 00:00:00 2001 From: Casey Date: Sun, 27 Mar 2022 14:40:31 -0400 Subject: [PATCH 1/2] Merge pull request #12548 from FartMaster69420/micro-holders Micros can be holstered --- code/modules/vore/resizing/holder_micro_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/resizing/holder_micro_vr.dm b/code/modules/vore/resizing/holder_micro_vr.dm index 9b4f6d8d34..7628fbac37 100644 --- a/code/modules/vore/resizing/holder_micro_vr.dm +++ b/code/modules/vore/resizing/holder_micro_vr.dm @@ -5,7 +5,7 @@ desc = "Another crewmember, small enough to fit in your hand." icon_state = "blank" //CHOMPEdit icon_override = 'icons/inventory/head/mob_vr.dmi' - slot_flags = SLOT_FEET | SLOT_HEAD | SLOT_ID + slot_flags = SLOT_FEET | SLOT_HEAD | SLOT_ID | SLOT_HOLSTER w_class = ITEMSIZE_SMALL item_icons = null // No in-hand sprites (for now, anyway, we could totally add some) pixel_y = 0 // Override value from parent.