Makes arrivals shuttles indestructible (#31600)

* Makes arrivals shuttles indestructable

* Oops

* Oops
This commit is contained in:
PollardTheDragon
2026-03-03 19:18:34 -05:00
committed by GitHub
parent f0880267d2
commit ba514e2c08
8 changed files with 214 additions and 193 deletions
+13
View File
@@ -598,6 +598,19 @@
glass_amount = 2
var/id
/obj/structure/window/reinforced/indestructible
resistance_flags = INDESTRUCTIBLE
env_smash_level = INFINITY // I am invincible!
/obj/structure/window/reinforced/indestructible/screwdriver_act(mob/user, obj/item/I)
return
/obj/structure/window/reinforced/indestructible/crowbar_act(mob/user, obj/item/I)
return
/obj/structure/window/reinforced/indestructible/ex_act(severity)
return
/obj/machinery/button/windowtint
name = "window tint control"
icon = 'icons/obj/power.dmi'