further poke

This commit is contained in:
VerySoft
2022-08-30 04:44:33 -04:00
parent 2b94ff7e1b
commit 2ba39f6d2f
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -339,8 +339,6 @@
usr.visible_message("<span class = 'warning'>\The [usr] pulls \the [grabbed] out of \the [src]! ! !</span>")
return
if(tgui_alert(usr,"Do you want to go into \the [src]?","Enter [src]",list("Yes", "No")) != "Yes")
return
usr.visible_message("<span class = 'notice'>\The [usr] begins climbing into \the [src]!</span>")
if(!do_after(usr, 10 SECONDS, exclusive = TRUE))
to_chat(usr, "<span class = 'warning'>You didn't go into \the [src]!</span>")
@@ -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)