Skip to content

Commit

Permalink
trying it without defer this time
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Mar 13, 2024
2 parents 59f40a1 + 2bc150d commit 0846438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/shuttle/on_move.dm
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ All ShuttleMove procs go here
CRASH("A turf queued to clean up after a shuttle dock somehow didn't have enough skipovers in baseturfs. [oldT]([oldT.type]):[oldT.loc]")

if(BT_index != length(baseturfs))
oldT.ScrapeAway(baseturfs.len - BT_index, CHANGETURF_FORCEOP|CHANGETURF_DEFER_CHANGE)
oldT.ScrapeAway(baseturfs.len - BT_index, CHANGETURF_FORCEOP)

return TRUE

Expand Down
2 changes: 2 additions & 0 deletions code/modules/unit_tests/ship_outpost_placement.dm
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
if(cur_ship.docked_to)
cur_ship.Undock(TRUE)

log_world("Tested [cur_ship.source_template.name] docking with [test_outpost.type]")

var/list/errors = atmosscan(TRUE)
errors += powerdebug(TRUE)

Expand Down

0 comments on commit 0846438

Please sign in to comment.