god / man

202 stars 25 forks source link

Object does not create equally. #40

Open leang97 opened 4 years ago

leang97 commented 4 years ago

Hello there,

There is a strange bug in the program. Whenever it creates a new object, the variable "money" is not constant and seems to inherits from another object. I thought the author always says that the objects created in the program is always constant and "equal". Apparently this is quite a critical bug for me.

Please look into it Thank you.

dedenfalls commented 4 years ago

Seems like inherited from parent object to be precise

penn5 commented 3 years ago

It seems this issue would be resolved if #37 is resolved

penn5 commented 3 years ago

Possible duplicate of #27