mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00: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
yogstation13-bot
parent
2ffbbb46c7
commit
1bf63de4e8
@@ -552,7 +552,6 @@ SUBSYSTEM_DEF(shuttle)
|
||||
var/obj/docking_port/stationary/transit/new_transit_dock = new(midpoint)
|
||||
new_transit_dock.assigned_turfs = proposed_zone
|
||||
new_transit_dock.name = "Transit for [M.id]/[M.name]"
|
||||
new_transit_dock.turf_type = transit_path
|
||||
new_transit_dock.owner = M
|
||||
new_transit_dock.assigned_area = A
|
||||
|
||||
|
||||
Reference in New Issue
Block a user