| 108 | } |
| 109 | |
| 110 | void xPsyche::BrainExtend() |
| 111 | { |
| 112 | xFactory* factory = xBehaveMgr_GoalFactory(); |
| 113 | this->psystat = PSY_STAT_EXTEND; |
| 114 | factory->GrowDataEnable(&this->fakebase, true); |
| 115 | } |
| 116 | |
| 117 | void xPsyche::BrainEnd() |
| 118 | { |
no test coverage detected