mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Away Mission Events (#12802)
This commit is contained in:
@@ -487,6 +487,29 @@
|
||||
maxhealth = 160
|
||||
smooth = 0
|
||||
|
||||
/obj/structure/window/shuttle/scc_space_ship
|
||||
name = "window"
|
||||
desc = "It looks extremely strong. Might take many good hits to crack it."
|
||||
icon = 'icons/obj/smooth/scc_space_ship.dmi'
|
||||
icon_state = "scc_space_ship"
|
||||
health = 500
|
||||
maxhealth = 500
|
||||
smooth = SMOOTH_MORE|SMOOTH_DIAGONAL
|
||||
canSmoothWith = list(
|
||||
/obj/structure/window/shuttle/scc_space_ship
|
||||
)
|
||||
|
||||
/obj/structure/window/shuttle/scc_space_ship/cardinal
|
||||
smooth = SMOOTH_MORE
|
||||
|
||||
/obj/structure/window/shuttle/scc
|
||||
icon = 'icons/turf/shuttles_unique/scc_shuttle_pieces.dmi'
|
||||
icon_state = "scc_window"
|
||||
basestate = "scc_window"
|
||||
health = 160
|
||||
maxhealth = 160
|
||||
smooth = 0
|
||||
|
||||
/obj/structure/window/shuttle/crescent
|
||||
desc = "It looks rather strong."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user