kiigame / kged

A game editor for the KiiGame Adventure Engine
https://kged.netlify.com
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

Fixing bugs caused by furniture or item having same name as room #48

Closed Pauliinap closed 4 years ago

Pauliinap commented 4 years ago

This pull request addresses issues #9 and #10

It makes it so that you cannot have same name between room, item or furniture. I also made some tests for it.

evktalo commented 4 years ago

@Pauliinap

Thank you! It'd ultimately make more sense to allow different kinds of entities have overlapping names, but this at least fixes the bugs resulting from the situation.