Buffs the Pirate Ship to be bomb proof

Title, also makes a few computers/machines indestructible and buffs turret health.  It also allows turrets to be repairable now.
This commit is contained in:
keronshb
2020-02-05 18:28:00 -05:00
parent 0c57a78851
commit 5d1d652ea4
6 changed files with 134 additions and 13 deletions
@@ -163,6 +163,13 @@ again.
icon_state = "plastitaniumwindow_spawner"
spawn_list = list(/obj/structure/grille, /obj/structure/window/plastitanium)
//plastitaniumpirate window
/obj/effect/spawner/structure/window/plastitaniumpirate
name = "plastitanium window spawner"
icon_state = "plastitaniumwindow_spawner"
explosion_block = 50
spawn_list = list(/obj/structure/grille, /obj/structure/window/plastitaniumpirate)
//ice window
+24
View File
@@ -595,6 +595,30 @@
/obj/structure/window/plastitanium/unanchored
anchored = FALSE
//pirate ship windows
/obj/structure/window/plastitaniumpirate
name = "plastitanium window"
desc = "Yarr this window be explosion proof!"
icon = 'icons/obj/smooth_structures/plastitanium_window.dmi'
icon_state = "plastitanium_window"
dir = FULLTILE_WINDOW_DIR
max_integrity = 100
wtype = "shuttle"
fulltile = TRUE
flags_1 = PREVENT_CLICK_UNDER_1
reinf = TRUE
heat_resistance = 1600
armor = list("melee" = 50, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 50, "bio" = 100, "rad" = 100, "fire" = 80, "acid" = 100)
smooth = SMOOTH_TRUE
canSmoothWith = null
explosion_block = 50
level = 3
glass_type = /obj/item/stack/sheet/plastitaniumglass
glass_amount = 2
/obj/structure/window/plastitaniumpirate/unanchored
anchored = FALSE
/obj/structure/window/reinforced/clockwork
name = "brass window"
desc = "A paper-thin pane of translucent yet reinforced brass."