TeamPorcupine / ProjectPorcupine

Project Porcupine: A Base-Building Game...in Space!
GNU General Public License v3.0
484 stars 278 forks source link

Lua code trying to access a property #110

Closed NogginBops closed 8 years ago

NogginBops commented 8 years ago

In the lua code for furniture the code is trying to access the value stacksize in invetory. This is a property and moonSharp does not like that.

Below I have included a screenshot of where and what error this creates.

image image

NogginBops commented 8 years ago

Should be a somewhat easy fix, but I'm going to bed soon so I won't be able to do it.

NogginBops commented 8 years ago

This should not be an issue...