Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update transit.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 committed Jul 2, 2024
1 parent 46ce7d2 commit 72aacee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modular_RUtgmc/code/game/turfs/transit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
if(isliving(src))
var/mob/living/mob = src
mob.Knockdown(0.6 SECONDS) // so the falling mobs are horizontal for the animation
animation_spin(0.5 SECONDS, 1, dir == WEST ? FALSE : TRUE)
animate(src, 0.6 SECONDS, pixel_z = 0, flags = ANIMATION_PARALLEL)
target_turf.ceiling_debris(2 SECONDS)
sleep(0.6 SECONDS) // so we do stuff like dealing damage and deconstructing only after the animation end
Expand Down

0 comments on commit 72aacee

Please sign in to comment.