Skip to content

Commit

Permalink
gwuhh......
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Jul 23, 2023
1 parent 460481d commit e39cf2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/overmap/ships/controlled_ship_datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
SSovermap.controlled_ships += src

/datum/overmap/ship/controlled/Destroy()
//SHOULD be called first
. = ..()
SSovermap.controlled_ships -= src
helms.Cut()
LAZYCLEARLIST(owner_candidates)
Expand All @@ -127,7 +129,6 @@
LAZYCLEARLIST(applications)
// set ourselves to ownerless to unregister signals
set_owner_mob(null)
return ..()

/datum/overmap/ship/controlled/get_jump_to_turf()
return get_turf(shuttle_port)
Expand Down

0 comments on commit e39cf2f

Please sign in to comment.