You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#5007: 'Project ARES TM Holder (v4)' by realforest2001 at commit 6c41b6a#5392: 'Yautja Weapon Gimmicks, Round Two' by realforest2001 at commit f164a72#5584: 'Jumping out of a dropship heading towards an LZ now throws your body at the ground, instead of deleting it.' by Contrabang at commit fec4de9#3633: 'Black Goo Patch' by realforest2001 at commit 9e7c29b#5401: 'M540-A Armored Recon Carrier' by Zonespace27 at commit d8e390d#5432: 'Abomination rework and predator plasma rifle buff.' by InsaneRed at commit a7a2e82#5657: 'Reactor changes' by BeagleGaming1 at commit 98c5e34
Round ID
20949
Description of the bug
Map var edited turfs can have the incorrect scorched state such as here on LV624:
What's the difference with what should have happened?
In this case since there's no grass to scorch, it ultimately should not be scorchable.
Ultimately the var edits like this on the map probably should use a subtype rather than just edited.
However, another aspect that is funky is that the var scorched is defined to be treated like a bool; but its half used purely as a bool, and other times used to determine a mask to use. So likely the comment for the var is incorrect.
How do we reproduce this bug?
Go to 146,102, 2 on LV624
Ignite the ground
Notice it suddenly turns to grass
Wait for fire to burn out
Repeat 1-2 once or twice more
Observe broken sprite
Issue Bingo
Issue could be reproduced at least once
Issue happened in a recent (less than 7 days ago) round
Testmerges
#5007: 'Project ARES TM Holder (v4)' by realforest2001 at commit 6c41b6a #5392: 'Yautja Weapon Gimmicks, Round Two' by realforest2001 at commit f164a72 #5584: 'Jumping out of a dropship heading towards an LZ now throws your body at the ground, instead of deleting it.' by Contrabang at commit fec4de9 #3633: 'Black Goo Patch' by realforest2001 at commit 9e7c29b #5401: 'M540-A Armored Recon Carrier' by Zonespace27 at commit d8e390d #5432: 'Abomination rework and predator plasma rifle buff.' by InsaneRed at commit a7a2e82 #5657: 'Reactor changes' by BeagleGaming1 at commit 98c5e34
Round ID
20949
Description of the bug
Map var edited turfs can have the incorrect scorched state such as here on LV624:
What's the difference with what should have happened?
In this case since there's no grass to scorch, it ultimately should not be scorchable.
Ultimately the var edits like this on the map probably should use a subtype rather than just edited.
However, another aspect that is funky is that the var scorched is defined to be treated like a bool; but its half used purely as a bool, and other times used to determine a mask to use. So likely the comment for the var is incorrect.
How do we reproduce this bug?
Issue Bingo
The text was updated successfully, but these errors were encountered: