Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
CheBokJam committed Dec 4, 2024
1 parent 6f027ac commit eb9fdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/shuttle/mini_dropship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -289,5 +289,5 @@
origin.shuttle_port.set_mode(SHUTTLE_CALL)
origin.last_valid_ground_port = origin.my_port
SSshuttle.moveShuttleToDock(origin.shuttleId, origin.my_port, TRUE)
if(world.time >= SSticker.round_start_time + SSticker.mode.shutters_drop_time)
if(world.time >= SSticker.round_start_time + SSticker.mode.shutters_drop_time) //Simply launching TAD will not disable quick build (for grief purposes as example), but landing AFTER opening the shutters will disable it
SEND_GLOBAL_SIGNAL(COMSIG_GLOB_TADPOLE_LANDED)

0 comments on commit eb9fdb1

Please sign in to comment.