This commit is contained in:
LetterJay
2017-06-14 11:16:54 -05:00
parent 5c2acd599e
commit 813bcc2b8d
14 changed files with 150 additions and 32 deletions
+19
View File
@@ -36,3 +36,22 @@
/obj/structure/shuttle/engine/router
name = "router"
icon_state = "router"
/obj/structure/shuttle/engine/large
name = "engine"
opacity = 1
icon = 'icons/obj/2x2.dmi'
icon_state = "large_engine"
bound_width = 64
bound_height = 64
appearance_flags = 0
/obj/structure/shuttle/engine/huge
name = "engine"
opacity = 1
icon = 'icons/obj/3x3.dmi'
icon_state = "huge_engine"
bound_width = 96
bound_height = 96
appearance_flags = 0