Skip to content

Commit

Permalink
Merge pull request #408 from RalseiDreemuurr/QoL-continue
Browse files Browse the repository at this point in the history
Фикс рантайма при удалении кораблей
  • Loading branch information
MysticalFaceLesS authored Apr 14, 2024
2 parents 434a1fb + 35c4b0b commit b49caed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/overmap/objects/outpost/outpost.dm
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
signal.send_to_receivers()
return

/datum/overmap/outpost/post_undocked(datum/overmap/ship/controlled/dock_requester)
/* /datum/overmap/outpost/post_undocked(datum/overmap/ship/controlled/dock_requester) // Вырезано, так как создаёт рантаймы при удалении корабля через манипулятор
// just get an arbitrary hangar dock. for the message source. at this point,
// we don't have enough information to know which hangar the ship was docked to.
// however, so long as the speaker is an atom on a virtual_level in the right mapzone, we should be good.
Expand All @@ -263,7 +263,7 @@
list(SPAN_ROBOT),
list(MODE_CUSTOM_SAY_EMOTE = "coldly states")
)
signal.send_to_receivers()
signal.send_to_receivers() */

/datum/overmap/outpost/proc/get_hangar_template(obj/docking_port/mobile/request_port)
RETURN_TYPE(/datum/map_template/outpost)
Expand Down

0 comments on commit b49caed

Please sign in to comment.