Skip to content

Commit

Permalink
message when launched
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Apr 14, 2024
1 parent f8602e3 commit e7f82f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/kitchen/gibber.dm
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
occupant.forceMove(loc)
if(launch)
// yeet them out of the gibber
visible_message(SPAN_DANGER("[occupant] suddenly is launched out of the [src]!"))
var/turf/Tx = locate(x - 3, y, z)
occupant.throw_atom(Tx, 3, SPEED_FAST, src, TRUE)
occupant = null
Expand Down

0 comments on commit e7f82f3

Please sign in to comment.