Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A "none" item is generated when I try to use an eoc to drop all items #77623

Open
PipeYume opened this issue Nov 6, 2024 · 1 comment
Open
Labels
(S1 - Need confirmation) Report waiting on confirmation of reproducibility

Comments

@PipeYume
Copy link
Contributor

PipeYume commented Nov 6, 2024

Describe the bug

A "none" item was generated when I tried to use an eoc to drop all items
(In my case, I was wearing a thermal shirt (poor fit) and try to use a eoc to drop it)
My EOC is as following:

[
  {
    "id": "EOC_drop_all_items",
    "type": "effect_on_condition",
    "effect": [
      { "u_location_variable": { "context_val": "loc" } },
      {
        "u_run_inv_eocs": "all",
        "true_eocs": [ { "id": "EOC_drop_item", "effect": [ { "npc_teleport": { "context_val": "loc" } } ] } ]
      }
    ]
  }
]

Attach save file

None

Steps to reproduce

Just activate that eoc in a game.

Expected behavior

No "none" items will be generated.

Screenshots

image

Versions and configuration

f348de9

Additional context

No response

@PipeYume PipeYume added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Nov 6, 2024
@John-Candlebury
Copy link
Member

John-Candlebury commented Nov 7, 2024

Those are your fists in the ground right there. They shouldnt be dropable (shouldnt really exist either) but apparently the EOC subverts the normal dropping limitations and produces those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
(S1 - Need confirmation) Report waiting on confirmation of reproducibility
Projects
None yet
Development

No branches or pull requests

2 participants