mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
further poke
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user