Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaFire15 committed Jul 13, 2024
1 parent e8271ed commit 466d73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsv13/code/modules/overmap/overmap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ Proc to spool up a new Z-level for a player ship and assign it a treadmill.
M.apply_damage(200)
kill_boarding_level()
if(current_system)
current_system.remove_ship(src, is_ftl_jump = FALSE) //bit risky call since we already do the thing before but probably should still work.
current_system.remove_ship(src, is_ftl_jump = FALSE) //bit risky call since we already do some things before but probably should still work.
if(reserved_z)
free_treadmills += reserved_z
reserved_z = null
Expand Down

0 comments on commit 466d73f

Please sign in to comment.