Skip to content

Commit

Permalink
drulikar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike authored Jul 19, 2024
1 parent 3208872 commit 71b910d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/shuttle/computer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,9 @@
///If true, the lifeboat is in the process of launching, and so the code will not allow another launch.
var/launch_initiated = FALSE

/obj/structure/machinery/computer/shuttle/lifeboat/ex_act(severity)
return

/obj/structure/machinery/computer/shuttle/lifeboat/attack_hand(mob/user)
. = ..()
var/obj/docking_port/mobile/crashable/lifeboat/lifeboat = SSshuttle.getShuttle(shuttleId)
Expand Down

0 comments on commit 71b910d

Please sign in to comment.