幸运房东

幸运房东

Luck be a Landlord Mods
下载由社区成员创作的《幸运房东》内容,并与其他玩家分享你自己的创意!
了解更多
Draco18s 2023 年 6 月 2 日 上午 1:04
Dove Bug - Can destroy symbols that are adjacent to Dove
This symbol effect will destroy indestructible blocks, including itself, even though (a) it is checking for the target symbol NOT being indestructible and (b) gets destroyed anyway. (???)

{ "effect_type": "adjacent_symbols", "comparisons":[ {"a":"type","b":"coin"},{"a":"destroyed", "b":false},{"a":"indestructible","b":false} ],"target_self":true, "value_to_change": "destroyed", "diff": true, "anim":"shake", "anim_targets":"adjacent_symbol" }

The key interactions are "target_self":true and "anim_targets":"adjacent_symbol", for some reason, doing both of these when attempting to destroy a symbol, it bypasses the Dove's indestructibility.