mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +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:
committed by
GitHub
parent
45e88ffb71
commit
d69f5a2e14
@@ -13,11 +13,16 @@
|
||||
anchored = TRUE
|
||||
|
||||
var/id
|
||||
dir = NORTH //this should point -away- from the dockingport door, ie towards the ship
|
||||
var/width = 0 //size of covered area, perpendicular to dir
|
||||
var/height = 0 //size of covered area, paralell to dir
|
||||
var/dwidth = 0 //position relative to covered area, perpendicular to dir
|
||||
var/dheight = 0 //position relative to covered area, parallel to dir
|
||||
/// This should point *away* from the docking port door, i.e. towards the ship.
|
||||
dir = NORTH
|
||||
/// Size of covered area, perpendicular to direction.
|
||||
var/width = 0
|
||||
/// Size of covered area, parallel to direction.
|
||||
var/height = 0
|
||||
/// Position relative to covered area, perpendicular to direction.
|
||||
var/dwidth = 0
|
||||
/// Position relative to covered area, parallel to direction.
|
||||
var/dheight = 0
|
||||
|
||||
// A timid shuttle will not register itself with the shuttle subsystem
|
||||
// All shuttle templates are timid
|
||||
@@ -907,16 +912,6 @@
|
||||
name = "syndicate infiltrator"
|
||||
width = 18
|
||||
|
||||
/obj/docking_port/mobile/free_golem
|
||||
dir = 8
|
||||
dwidth = 8
|
||||
height = 20
|
||||
id = "freegolem"
|
||||
name = "Free Golem Ship"
|
||||
width = 16
|
||||
preferred_direction = WEST
|
||||
port_direction = SOUTH
|
||||
|
||||
/obj/docking_port/mobile/whiteship
|
||||
dir = 8
|
||||
id = "whiteship"
|
||||
|
||||
Reference in New Issue
Block a user