mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Fix shuttle blueprint runtime spam (#91718)
## About The Pull Request `shuttle_expand_check` asserts it must be passed a shuttle, but it doesn't pass it a shuttle.
This commit is contained in:
@@ -372,7 +372,7 @@
|
||||
data["idle"] = linked_shuttle.mode == SHUTTLE_IDLE
|
||||
if(on_shuttle_frame)
|
||||
data["size"] = length(frame.turfs) - length(frame.shuttle_covered_turfs) + linked_shuttle.turf_count
|
||||
data["problems"] = shuttle_expand_check(current_turf)
|
||||
data["problems"] = shuttle_expand_check(current_turf, linked_shuttle)
|
||||
return data
|
||||
|
||||
/obj/item/shuttle_blueprints/proc/link_to_shuttle(obj/docking_port/mobile/custom/shuttle, is_master = FALSE)
|
||||
|
||||
Reference in New Issue
Block a user