Should fix the rest of the requested changes

Title
This commit is contained in:
keronshb
2020-02-09 17:30:22 -05:00
parent 9609eb64e0
commit 60a3b134a3
6 changed files with 40 additions and 35 deletions
@@ -302,20 +302,4 @@
/turf/closed/wall/mineral/plastitanium/copyTurf(turf/T)
. = ..()
T.transform = transform
/////////////////////Pirate Plastitanium walls/////////////////////
/turf/closed/wall/mineral/plastitanium/pirate
desc = "Yarr just try to blow this to smithereens!"
explosion_block = 50
canSmoothWith = list(/turf/closed/wall/mineral/plastitanium/pirate, /obj/machinery/door/airlock/shuttle, /obj/machinery/door/airlock, /obj/structure/window/plastitanium/pirate, /obj/structure/shuttle/engine, /obj/structure/falsewall/plastitanium)
/turf/closed/wall/mineral/plastitanium/nodiagonal/pirate/
explosion_block = 50
/turf/closed/wall/mineral/plastitanium/nosmooth/pirate/
explosion_block = 50
/turf/closed/wall/mineral/plastitanium/overspace/pirate/
explosion_block = 50
T.transform = transform
@@ -258,3 +258,25 @@
/turf/closed/wall/r_wall/syndicate/overspace
icon_state = "map-overspace"
fixed_underlay = list("space"=1)
/////////////////////Pirate Ship walls/////////////////////
/turf/closed/wall/r_wall/syndicate/pirate
desc = "Yarr just try to blow this to smithereens!"
explosion_block = 30
canSmoothWith = list(/turf/closed/wall/r_wall/syndicate/pirate, /obj/machinery/door/airlock/shuttle, /obj/machinery/door/airlock, /obj/structure/window/plastitanium/pirate, /obj/structure/shuttle/engine, /obj/structure/falsewall/plastitanium)
/turf/closed/wall/r_wall/syndicate/pirate/nodiagonal/
smooth = SMOOTH_MORE
icon_state = "map-shuttle_nd"
explosion_block = 30
/turf/closed/wall/r_wall/syndicate/pirate/nosmooth/
icon = 'icons/turf/shuttle.dmi'
icon_state = "wall"
explosion_block = 30
/turf/closed/wall/r_wall/syndicate/pirate/overspace/
icon_state = "map-overspace"
fixed_underlay = list("space"=1)
explosion_block = 30