()
| 71 | } |
| 72 | |
| 73 | @Override |
| 74 | public String getDescription() |
| 75 | { |
| 76 | AbstractReferenceContext rc = Globals.getContext().getReferenceContext(); |
| 77 | final PCStat pcstat = rc.silentlyGetConstructedCDOMObject(PCStat.class, getBonusInfo()); |
| 78 | if (pcstat != null) |
| 79 | { |
| 80 | return pcstat.getDisplayName() + " (locked)"; |
| 81 | } |
| 82 | return super.getDescription(); |
| 83 | } |
| 84 | |
| 85 | } |
nothing calls this directly
no test coverage detected