Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Jun 25, 2023
1 parent 8a1fea0 commit 384173a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/modules/shuttles/marine_ferry.dm
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
shake_camera(affected_mob, 10, 1)
affected_mob.apply_effect(3, WEAKEN)

addtimer(CALLBACK(src, PROC_REF(disable_latejoin)), 3 MINUTES) // latejoin cryorines have 3 minutes to get the hell out
enter_allowed = FALSE

var/list/turfs_trg = get_shuttle_turfs(T_trg, info_datums) //Final destination turfs <insert bad jokey reference here>

Expand Down Expand Up @@ -555,9 +555,6 @@
var/datum/game_mode/colonialmarines/colonial_marines = SSticker.mode
colonial_marines.add_current_round_status_to_end_results("Hijack")

/datum/shuttle/ferry/marine/proc/disable_latejoin()
enter_allowed = FALSE


/datum/shuttle/ferry/marine/short_jump()

Expand Down

0 comments on commit 384173a

Please sign in to comment.