Skip to content

Commit

Permalink
Update modular_ss220/balance/code/mobs/aliens/larva.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Furior <[email protected]>
  • Loading branch information
larentoun and Furrior authored Oct 24, 2023
1 parent a6f86ea commit 37c1481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/balance/code/mobs/aliens/larva.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
return
user.visible_message(span_warning("[user] протискивается через [src]!"), \
span_warning("Вы протискиваетесь через [src]."), null)
user.forceMove(loc)
user.forceMove(get_turf(src))

0 comments on commit 37c1481

Please sign in to comment.