Skip to content

Commit

Permalink
Merge pull request #2113 from SierraBay/upstream-pr-34565
Browse files Browse the repository at this point in the history
[MIRROR] Pulling yourself out of quicksand is now gender neutral
  • Loading branch information
UEDCommander authored May 22, 2024
2 parents f15f92d + d220eb1 commit 7027921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/overmap/exoplanets/planet_types/desert.dm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
if(prob(80))
to_chat(user, SPAN_WARNING("You slip and fail to get out!"))
return
user.visible_message(SPAN_NOTICE("\The [buckled_mob] pulls himself out of \the [src]."))
user.visible_message(SPAN_NOTICE("\The [buckled_mob] pulls themselves out of \the [src]."))
else
user.visible_message(SPAN_NOTICE("\The [buckled_mob] has been freed from \the [src] by \the [user]."))
unbuckle_mob()
Expand Down

0 comments on commit 7027921

Please sign in to comment.