mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Makes arrivals shuttles indestructible (#31600)
* Makes arrivals shuttles indestructable * Oops * Oops
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user