vgstation-coders / vgstation13

Butts
GNU Affero General Public License v3.0
265 stars 546 forks source link

Gourmongers eating people off of a Mule #29311

Open D3athrow-Issues opened 3 years ago

D3athrow-Issues commented 3 years ago

(WEB REPORT BY: dilt REMOTE: 206.221.180.138:7777)

Revision

21053fd45d3a3518cd5d2c4f12a8d7fa90f0dbd3

Description

If a gourmonger attacks you and eats you while you are riding a mule, no head is left behind. The gourmonger specifically leaves behind a head when their target is eaten.

Steps to Reproduce

ride mule be attacked by a hungry gourmonger get eaten no head left behind

What you Expected

Head to be left behind

What Actually Happened

No head left behind

jwhitak commented 3 years ago

duplicate issue to https://github.com/vgstation-coders/vgstation13/issues/29310 please delete this one

GreatBigFailure commented 3 years ago

This very likely occurs whenever someone is gibbed at all while on a mule. I'll look into why when I get a chance.

toomykins commented 3 years ago

default gib just throws your limbs away into a certain cardinal directional step of your loc. if your loc happens to be the mule, there is nowhere to step to, so it's thrown into nullspace. default gib needs a get_turf check

DeityLink commented 3 years ago

Turns out you're not actually riding the mule but are inside it I guess. This probably has to change to fix other related bugs.