Skip to content

Commit

Permalink
Update code/game/turfs/transit.dm
Browse files Browse the repository at this point in the history
Co-authored-by: private-tristan <[email protected]>
  • Loading branch information
Contrabang and private-tristan authored Jan 29, 2024
1 parent 6a99391 commit 78ca1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/turfs/transit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

crosser.pixel_z = 300
crosser.forceMove(target)
crosser.visible_message(SPAN_WARNING("[crosser] falls out of the sky."), SPAN_HIGHDANGER("As you fall out of [dropship_name], you plummet towards the ground."))
crosser.visible_message(SPAN_WARNING("[crosser] falls out of the sky."), SPAN_HIGHDANGER("As you fall out of the [dropship_name], you plummet towards the ground."))
animate(crosser, time = 5, pixel_z = 0, flags = ANIMATION_PARALLEL)

REMOVE_TRAIT(crosser, TRAIT_IMMOBILIZED, TRAIT_SOURCE_DROPSHIP_INTERACTION)
Expand Down

0 comments on commit 78ca1d9

Please sign in to comment.