Skip to content

Commit

Permalink
Update transit.dm (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 authored Sep 6, 2024
1 parent 12c5e97 commit 0e38a37
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/game/turfs/space/transit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@
playsound(src, 'sound/effects/metal_crash.ogg', 35, 1)
deconstruct(FALSE)
return
if(locate(/mob/living) in target_turf)
var/mob/living/victim = locate(/mob/living) in target_turf
throw_impact(victim, 20)
return
explosion_throw(200) // give it a bit of a kick
playsound(loc, 'sound/weapons/smash.ogg', 35, 1)

Expand Down

0 comments on commit 0e38a37

Please sign in to comment.