Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ checkWield
Method
checkWield
code/src/java/pcgen/cdom/enumeration/EqWield.java:27–32 ·
view source on GitHub ↗
(PlayerCharacter pc, Equipment equipment)
Source
from the content-addressed store, hash-verified
25
Unarmed
26
{
27
@Override
28
public
boolean checkWield(PlayerCharacter pc, Equipment equipment)
29
{
30
//TODO What is appropriate here?
31
return
false;
32
}
33
},
34
Light
35
{
Callers
1
allow
Method · 0.80
Calls
3
isWeaponLightForPC
Method · 0.80
isWeaponOneHanded
Method · 0.80
isWeaponTwoHanded
Method · 0.80
Tested by
no test coverage detected