python-discord / quackstack

An on-demand procedural ducky delivery service. An infinite stack of duckies!
MIT License
7 stars 1 forks source link

bug: Incorrect Beak Placement #63

Closed Kronifer closed 3 years ago

Kronifer commented 3 years ago

I've noticed that the bottom beak is layered incorrectly. Has this been noticed? I've attached an example below.

image

Shivansh-007 commented 3 years ago

Hi @Kronifer,

Thanks for the report, a bug in my code 😔. Well the bug is here: https://github.com/python-discord/quackstack/blob/c7ace24fb0ef852d65bf912a011f8520a64b1342/quackstack/ducky.py#L43-L47

Where beak should be placed above body (the list is in the order it would get built), as beak is supposed to be under body. A quick PR would be appreciated.

Shivansh-007 commented 3 years ago

Alec was real quick 💨