mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +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'
|
||||
|
||||
@@ -125,3 +125,10 @@
|
||||
temperature = T20C
|
||||
atmos_mode = ATMOS_MODE_SEALED
|
||||
atmos_environment = null
|
||||
|
||||
/turf/simulated/floor/indestructible/titanium
|
||||
name = "shuttle floor"
|
||||
icon_state = "titanium"
|
||||
|
||||
/turf/simulated/floor/indestructible/titanium/blue
|
||||
icon_state = "titanium_blue"
|
||||
|
||||
@@ -227,6 +227,14 @@ GLOBAL_DATUM(title_splash, /turf/simulated/wall/indestructible/splashscreen)
|
||||
smoothing_groups = list(SMOOTH_GROUP_WINDOW_FULLTILE_PLASTITANIUM)
|
||||
canSmoothWith = list(SMOOTH_GROUP_WINDOW_FULLTILE_PLASTITANIUM)
|
||||
|
||||
/turf/simulated/wall/indestructible/opsglass/titanium_window
|
||||
name = "shuttle window"
|
||||
icon = 'icons/turf/floors/titaniumglass.dmi'
|
||||
icon_state = "titaniumglass-0"
|
||||
base_icon_state = "titaniumglass"
|
||||
smoothing_groups = list(SMOOTH_GROUP_SHUTTLE_PARTS, SMOOTH_GROUP_TITANIUM_WALLS)
|
||||
canSmoothWith = list(SMOOTH_GROUP_TITANIUM_WALLS)
|
||||
|
||||
/turf/simulated/wall/indestructible/rock
|
||||
name = "dense rock"
|
||||
desc = "An extremely densely-packed rock, most mining tools or explosives would never get through this."
|
||||
|
||||
Reference in New Issue
Block a user