mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
fix new golem ship docking port dimensions (#29361)
* fix new golem ship docking port dimensions * Update shuttle.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: warriorstar-orion <orion@snowfrost.garden> --------- Signed-off-by: warriorstar-orion <orion@snowfrost.garden> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
co-authored by
Contrabang
parent
45e88ffb71
commit
d69f5a2e14
@@ -133,3 +133,39 @@
|
||||
desc = "Used to recall the Golem Ship."
|
||||
possible_destinations = "freegolem_lavaland"
|
||||
resistance_flags = INDESTRUCTIBLE
|
||||
|
||||
#define FREE_GOLEM_SHIP_WIDTH 18
|
||||
#define FREE_GOLEM_SHIP_HEIGHT 19
|
||||
|
||||
/obj/docking_port/mobile/free_golem
|
||||
name = "Free Golem Ship"
|
||||
dir = 8
|
||||
id = "freegolem"
|
||||
dwidth = FREE_GOLEM_SHIP_WIDTH / 2
|
||||
height = FREE_GOLEM_SHIP_HEIGHT
|
||||
width = FREE_GOLEM_SHIP_WIDTH
|
||||
preferred_direction = WEST
|
||||
port_direction = SOUTH
|
||||
|
||||
/obj/docking_port/stationary/golem
|
||||
dir = 8
|
||||
height = FREE_GOLEM_SHIP_HEIGHT
|
||||
width = FREE_GOLEM_SHIP_WIDTH
|
||||
dwidth = FREE_GOLEM_SHIP_WIDTH / 2
|
||||
|
||||
/obj/docking_port/stationary/golem/space
|
||||
name = "The middle of space"
|
||||
id = "freegolem_space"
|
||||
|
||||
/obj/docking_port/stationary/golem/ussp
|
||||
name = "Near USSP Station"
|
||||
id = "freegolem_ussp"
|
||||
|
||||
/obj/docking_port/stationary/golem/lavaland
|
||||
name = "Lavaland Surface"
|
||||
id = "freegolem_lavaland"
|
||||
area_type = /area/ruin/powered/golem_ship
|
||||
turf_type = /turf/simulated/floor/plating/asteroid/basalt/lava_land_surface
|
||||
|
||||
#undef FREE_GOLEM_SHIP_WIDTH
|
||||
#undef FREE_GOLEM_SHIP_HEIGHT
|
||||
|
||||
Reference in New Issue
Block a user