Direct Known Subclasses:
RBTSBreakfast, RBTSButcher, RBTSDinner, RBTSDrink, RBTSElectronics, RBTSFoodPreparation, RBTSSandwich, RBTSSewing, RBTSSoup

public class RBTableStoryBase extends RandomizedBuildingBase
  • Field Details

    • allStories

      public static ArrayList allStories
    • totalChance

      public static int totalChance
    • chance

      protected int chance
    • rooms

      protected ArrayList rooms
    • need2Tables

      protected boolean need2Tables
    • ignoreAgainstWall

      protected boolean ignoreAgainstWall
    • table2

      protected IsoObject table2
    • table1

      protected IsoObject table1
    • westTable

      protected boolean westTable
    • fullTableMap

      public ArrayList fullTableMap
  • Constructor Details

    • RBTableStoryBase

      public RBTableStoryBase()
  • Method Details