Skip to content

value ± x patching broken #27

Description

@kazyofloof

Is your feature request related to a problem? Please describe.
It appears at some point (perhaps from Content Patch #9?), patching a value by returning its value + another became nonfunctional, returning Null instead of any proper value. Example:

func patch_value(value):
return value - 3

should make the symbol worth three less; if it's usually worth 2, it should be worth -1. However, it returns Null instead.

func patch_value(value):
return -1

works as expected.

Describe the solution you'd like
The feature working as expected, and not returning Null; a function recommended by the tutorial not working is problematic.

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions