Skip to content

ACTUALLY implement a Bustable Floor Player Flag since !1163 removed the one that it used to have

SMS Alfredo requested to merge SMS_Alfredo/SRB2:canbustpeanuts into next

!1163 (merged), despite what its name and description may suggest, actually does not contain a Bustable Floor Player Flag. PF_CANBUSTFLOORS was completely axed in the last commit made for the merge, and as such never made it into next.

This merge request fixes that, reimplementing PF_CANBUSTFLOORS using new code that works with P_CheckBustableBlocks instead of having dedicated checks. Note that none of the original code was used, this was made completely from scratch.

srb20018

Anyways, here's a lua that tests this merge request. PF_CANBUSTFLOORS will be applied for as long as you hold down the Custom 1 button.

Edited by sphere

Merge request reports