MCPcopy Create free account
hub / github.com/PCGen/pcgen / applyChoice

Method applyChoice

code/src/java/plugin/lsttokens/auto/EquipToken.java:245–252  ·  view source on GitHub ↗
(ChooseDriver obj, Equipment e, PlayerCharacter pc)

Source from the content-addressed store, hash-verified

243 }
244
245 @Override
246 public void applyChoice(ChooseDriver obj, Equipment e, PlayerCharacter pc)
247 {
248 Equipment eq = e.clone();
249 eq.setQty(1);
250 eq.setAutomatic(true);
251 pc.addAutoEquipment(eq, obj);
252 }
253
254 @Override
255 public void removeChoice(ChooseDriver obj, Equipment e, PlayerCharacter pc)

Callers

nothing calls this directly

Calls 4

setQtyMethod · 0.95
setAutomaticMethod · 0.95
addAutoEquipmentMethod · 0.80
cloneMethod · 0.45

Tested by

no test coverage detected