cataclysmbnteam / Cataclysm-BN

Cataclysm: Bright Nights, A fork/variant of Cataclysm:DDA by CleverRaven.
https://docs.cataclysmbn.org
Other
698 stars 272 forks source link

Modding request: specify vehicle part tools #4086

Open Lorith opened 10 months ago

Lorith commented 10 months ago

Is your feature request related to a problem? Please describe.

Currently, it is impossible to make a vehiclepart with any specific tool, only the presets defined by hardcoded flags. Furniture and terrain can have pseudo-items attached to them, but vehicle parts are missing this option.

Describe the solution you'd like

Allow vehicleparts to specify pseudo-items similar to furniture. Something similar to, or porting the solution that is in DDA: https://github.com/CleverRaven/Cataclysm-DDA/pull/44700

Additional context

No response

chaosvolt commented 10 months ago

I could've sworn we'd ported this already but evidently not, weird.

chaosvolt commented 9 months ago

So I'm looking at this, we'll also need to port over:

  1. https://github.com/CleverRaven/Cataclysm-DDA/pull/41700
  2. https://github.com/CleverRaven/Cataclysm-DDA/pull/41798

The former has some stuff in it that seems a bit nested-containers-y so I'm not sure how easy it'd be?