Merge pull request #27063 from kevinz000/patch-147

Fixes riding messages always using male pronouns
This commit is contained in:
Leo
2017-05-09 07:43:30 -03:00
committed by GitHub
@@ -1116,7 +1116,7 @@
M.visible_message("<span class='boldwarning'>Unfortunately, [M] just can't seem to hold onto [src]!</span>")
return
if(iscarbon(M) && (!riding_datum.equip_buckle_inhands(M, 1)))
M.visible_message("<span class='boldwarning'>[M] can't climb onto [src] because his hands are full!</span>")
M.visible_message("<span class='boldwarning'>[M] can't climb onto [src] because [M.p_their()] hands are full!</span>")
return
. = ..(M, force, check_loc)