mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Removes some unnecesary vars on shuttles (#37041)
* Removes some unnecesary vars on shuttles * Forgot to reapply unused transit turf flag
This commit is contained in:
committed by
vuonojenmustaturska
parent
f97258b1a0
commit
7dcd690756
@@ -174,7 +174,6 @@ interface with the mining shuttle at the landing site if a mobile beacon is also
|
||||
landing_zone.width = base_dock.width
|
||||
landing_zone.height = base_dock.height
|
||||
landing_zone.setDir(base_dock.dir)
|
||||
landing_zone.turf_type = T.type
|
||||
landing_zone.area_type = A.type
|
||||
|
||||
possible_destinations += "[landing_zone.id];"
|
||||
@@ -320,7 +319,6 @@ obj/docking_port/stationary/public_mining_dock
|
||||
Mport.width = SM.width
|
||||
Mport.height = SM.height
|
||||
Mport.setDir(dir)
|
||||
Mport.turf_type = landing_spot.type
|
||||
Mport.area_type = A.type
|
||||
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user