mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[MIRROR] Fixes Kilostation whiteship [MDB IGNORE] (#13084)
* Fixes Kilostation whiteship (#66468) Fixes the dimensions on the kilostation whiteship obj so that it spawns the full whiteship. The vars were not correct, making it so the rest of the ship did not spawn. Tested it on local and the ship fully spawned and moved normally. * Fixes Kilostation whiteship Co-authored-by: Son-of-Space <63861499+Son-of-Space@users.noreply.github.com>
This commit is contained in:
co-authored by
Son-of-Space
parent
df2e5d242d
commit
1e032c4f49
@@ -32,15 +32,16 @@
|
||||
callTime = 250;
|
||||
can_move_docking_ports = 1;
|
||||
dir = 8;
|
||||
dwidth = 11;
|
||||
height = 17;
|
||||
dwidth = 14;
|
||||
height = 23;
|
||||
id = "whiteship";
|
||||
launch_status = 0;
|
||||
movement_force = list("KNOCKDOWN" = 0, "THROW" = 0);
|
||||
name = "Salvage Ship";
|
||||
port_direction = 8;
|
||||
preferred_direction = 4;
|
||||
width = 33
|
||||
width = 16;
|
||||
dheight = 18
|
||||
},
|
||||
/turf/open/floor/mineral/plastitanium,
|
||||
/area/shuttle/abandoned/cargo)
|
||||
|
||||
Reference in New Issue
Block a user