mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #6923 from VOREStation/aro-overmapself
Add skybox representation to ship
This commit is contained in:
@@ -51,6 +51,12 @@
|
||||
initial_generic_waypoints = list("aronai_fore", "aronai_aft", "aronai_port", "aronai_starboard")
|
||||
initial_restricted_waypoints = list("Aro's Ship's Boat" = list("omship_spawn_aroboat"))
|
||||
|
||||
/obj/effect/overmap/visitable/ship/aro/get_skybox_representation()
|
||||
var/image/I = image('aro.dmi', "skybox")
|
||||
I.pixel_x = 200
|
||||
I.pixel_y = 200
|
||||
return I
|
||||
|
||||
// The shuttle's 'shuttle' computer
|
||||
/obj/machinery/computer/shuttle_control/explore/aroboat
|
||||
name = "boat control console"
|
||||
|
||||
BIN
maps/tether/submaps/om_ships/aro.dmi
Normal file
BIN
maps/tether/submaps/om_ships/aro.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 93 KiB |
Reference in New Issue
Block a user