space-station-14
space-station-14 copied to clipboard
Dump orebag into ore processor
About the PR
Orebag can now be used on ore processor to dump content into it. It's use modified code of DumpableSystem and have same cons:
- LeftClick to ore processor to dump content into it.
- Use verb from context menu as alternative
TryInsertMaterialEntity was little modified to be able turn off popup message to remove message spam from every single insert of ore.
P.S. You can add popup for DisposalUnit later if you willing to do so.
Screenshots
Changelog
:cl:
- add: you can now dump collected ore into ore processor with orebag
This also allows to dump something into every entity that have MaterialStorageComponent but only if used object have DumpableComponent
You can try to dump trash to ore process and action bar will appear with followed popup message after completion, but whitelist don't allow to insert trash into ore processor. So is it really matter?
For some reason Ore Bag don't have TagComponent even when it's use tags in whitelist while Ore Processor have TagComponent. So, I code simple check without it.
For some reason Ore Bag don't have TagComponent even when it's use tags in whitelist while Ore Processor have TagComponent. So, I code simple check without it.
The bag doesnt have any tags. The tags for the ore processor are for the types of materials that can be inserted.
For some reason Ore Bag don't have TagComponent even when it's use tags in whitelist while Ore Processor have TagComponent. So, I code simple check without it.
The bag doesnt have any tags. The tags for the ore processor are for the types of materials that can be inserted.
It's have
shoveling coal into the ore processor manually is a rite of passage
@Jackrost are you coming back to this.
@Jackrost are you coming back to this.
Yes, but I need some help with whitelist
This pull request has conflicts, please resolve those before we can evaluate the pull request.
Re-open when ready