From ab3fa9984498e8d34392018291e8ebdaddf9e77c Mon Sep 17 00:00:00 2001 From: FartMaster69420 <78667902+FartMaster69420@users.noreply.github.com> Date: Sat, 26 Mar 2022 22:31:35 -0400 Subject: [PATCH 1/2] Go ahead Deconstruct 'em --- code/modules/vore/resizing/holder_micro_vr.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/vore/resizing/holder_micro_vr.dm b/code/modules/vore/resizing/holder_micro_vr.dm index d4f114fc2a..cd09c2eec4 100644 --- a/code/modules/vore/resizing/holder_micro_vr.dm +++ b/code/modules/vore/resizing/holder_micro_vr.dm @@ -5,7 +5,8 @@ desc = "Another crewmember, small enough to fit in your hand." icon_state = "micro" 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 + origin_tech = list(TECH_BIO = 2) 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. From fd4541bf32ce3c1c47dea9ea322c1340e6d91370 Mon Sep 17 00:00:00 2001 From: FartMaster69420 <78667902+FartMaster69420@users.noreply.github.com> Date: Sat, 26 Mar 2022 22:47:54 -0400 Subject: [PATCH 2/2] Atleast holsters work micros dont deconstruct very well --- code/modules/vore/resizing/holder_micro_vr.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/vore/resizing/holder_micro_vr.dm b/code/modules/vore/resizing/holder_micro_vr.dm index cd09c2eec4..c77fd207fa 100644 --- a/code/modules/vore/resizing/holder_micro_vr.dm +++ b/code/modules/vore/resizing/holder_micro_vr.dm @@ -6,7 +6,6 @@ icon_state = "micro" icon_override = 'icons/inventory/head/mob_vr.dmi' slot_flags = SLOT_FEET | SLOT_HEAD | SLOT_ID | SLOT_HOLSTER - origin_tech = list(TECH_BIO = 2) 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.