pandorabox-io / pandorabox.io

Pandorabox infrastructure code
https://pandorabox.io
31 stars 4 forks source link

vacuumable items on scifinodes:itemholder and power_stand #341

Closed kubaorlen closed 4 years ago

kubaorlen commented 5 years ago

1) Items placed on item holder or power stand can be vacuumed by tube, this feature/bug allows to build workshop with automatic theft option.

2) Issue to scifinodes:itemholder on protected area, players can take items but can't put it back, better idea is to work like in itemframes:pedestal.

OgelGames commented 5 years ago

Related: https://github.com/pandorabox-io/pandorabox.io/issues/293

Probably the best fix for both would be to use the code from itemframes:pedestal.

OgelGames commented 5 years ago

Probably the best fix for both would be to use the code from itemframes:pedestal.

Done: https://github.com/D00Med/scifi_nodes/pull/22

kubaorlen commented 5 years ago

You are right we can use itemframes:pedestal for item holder but not for power stand. On item holder we usually leave item for long time, but on power stand you place item for seconds. itemframes:pedestal code is not enought, it requires return item to inventory after punching itemholder/power stand.

OgelGames commented 5 years ago

but on power stand you place item for seconds

Why is that, isn't it supposed to be a display stand? If you mean to use it for instant repair, the new code fixes that bug too :wink:

kubaorlen commented 5 years ago

I sugget to not fix this bug 😜

SwissalpS commented 4 years ago

I sugget to not fix this bug

I agree, it's a feature. But the vacuuming part is a bug. Itemstand = itemframe but powerstand has power to fix items.

thomasrudin commented 4 years ago

@OgelGames nice! :smile: