mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
* Null rods no longer vanish when selecting a new holy weapon skin. (#54321) Put null rod in active hand > Bring up radial menu to select new skin > Swap active hands to hand that is full > Select new skin > Nullrod spawns in nullspace, can't be put in active hand, stays in nullspace, old rod deleted > Chaplain has no null rod. Now we (redundantly) spawn the new null rod at the holder's drop_location instead of nullspace. We use put_in_hands which will attempt to put it in the active hand, followed by any free hand, followed by the drop_location if all else failed (told you the above was redundant, probably good practice to do though) * Null rods no longer vanish when selecting a new holy weapon skin. Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>