From 2ba39f6d2f4be648dc75e64e25570f16cf03d1c0 Mon Sep 17 00:00:00 2001 From: VerySoft Date: Tue, 30 Aug 2022 04:44:33 -0400 Subject: [PATCH] further poke --- code/game/objects/micro_structures.dm | 2 -- code/modules/vore/smoleworld/smoleworld_vr.dm | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) 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)