Merge pull request #31291 from ShizCalev/shuttle-templates
Cleans up non-timid shuttle templates & some dirty vars
This commit is contained in:
committed by
CitadelStationBot
parent
e6830cfec3
commit
ad08855056
@@ -2282,7 +2282,6 @@
|
||||
},
|
||||
/obj/docking_port/mobile/emergency{
|
||||
name = "Box emergency shuttle";
|
||||
timid = 0
|
||||
},
|
||||
/obj/docking_port/stationary{
|
||||
dir = 4;
|
||||
|
||||
@@ -16885,7 +16885,6 @@
|
||||
dwidth = 5;
|
||||
height = 11;
|
||||
name = "Omega emergency shuttle";
|
||||
timid = 0;
|
||||
width = 19
|
||||
},
|
||||
/obj/docking_port/stationary{
|
||||
|
||||
@@ -224,7 +224,7 @@
|
||||
},
|
||||
/obj/docking_port/mobile/emergency{
|
||||
name = "Box emergency shuttle";
|
||||
timid = 0
|
||||
timid = 1
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/escape)
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
port_direction = 8;
|
||||
preferred_direction = 4;
|
||||
roundstart_move = "whiteship_away";
|
||||
timid = null;
|
||||
timid = 1;
|
||||
width = 35
|
||||
},
|
||||
/turf/open/floor/mineral/titanium,
|
||||
|
||||
Reference in New Issue
Block a user