diff --git a/code/game/objects/micro_structures.dm b/code/game/objects/micro_structures.dm
index 486f12f6412..eaedc45645d 100644
--- a/code/game/objects/micro_structures.dm
+++ b/code/game/objects/micro_structures.dm
@@ -339,8 +339,6 @@
usr.visible_message("\The [usr] pulls \the [grabbed] out of \the [src]! ! !")
return
- if(tgui_alert(usr,"Do you want to go into \the [src]?","Enter [src]",list("Yes", "No")) != "Yes")
- return
usr.visible_message("\The [usr] begins climbing into \the [src]!")
if(!do_after(usr, 10 SECONDS, exclusive = TRUE))
to_chat(usr, "You didn't go into \the [src]!")
diff --git a/code/modules/vore/smoleworld/smoleworld_vr.dm b/code/modules/vore/smoleworld/smoleworld_vr.dm
index ae44a9ab2b2..0ea518d99a1 100644
--- a/code/modules/vore/smoleworld/smoleworld_vr.dm
+++ b/code/modules/vore/smoleworld/smoleworld_vr.dm
@@ -194,8 +194,10 @@
density = TRUE
anchored = TRUE
color = "#ffffff"
+ micro_target = TRUE //Now micros can enter and navigate these things!!!
var/health = 75
var/damage
+
//makes it so buildings can be dismaintaled or GodZilla style attacked
/obj/structure/smolebuilding/attack_hand(mob/user)
if(user.a_intent == I_DISARM)