mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-30 03:22:41 +00:00
* Fixes Bread Smite Causing Some Fucked Up Shit Hey there, So basically, when you had the bread smite done on you, you were _just_ added to the contents of the bread. Nothing more. That means that you could pick it up. You couldn't add it to your bag (it would always return back into your hand(?)), but it would create some weird oddities that was just cursed in general. Let's make it so you can't hold the container that you are contained within by giving you HANDS_BLOCKED. * actually we don't need the named arg lets get rid of the cursed thing entirely * removes sanity check * we do a bit of component trolling THIS TOOK ME TWO HOURS FUCK YOU * removes cruft comment * cleans up code a teeny bit, upgrades to incapacitated * wait that named arg is still there wtf * Review Time Co-authored-by: Seth Scherer <supernovaa41@gmx.com> * wrong operator and wrong order of operations * null out the container Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> * checks to see if container is qdeld * weakref time Co-authored-by: Seth Scherer <supernovaa41@gmx.com> Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>