Reddo преди 5 години
родител
ревизия
bb08383468
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/World/Classes/Thing.ts

+ 1 - 0
app/World/Classes/Thing.ts

@@ -106,6 +106,7 @@ class Thing implements Printable {
 
         this.shiny = options.shiny == true;
 
+        // TODO: Make sure you never bring back a fodder Room - these disappear between games and we don't want to lose Things in them.
         this.addGetAlterations((thing : Thing) => {
             function getClosestRoom (currentRoom : RoomRandom, rooms : Array<RoomRandom>) {
                 if (currentRoom instanceof RoomRandom && rooms.length > 0) {