MCPcopy Create free account
hub / github.com/NetHack/NetHack / Align

Class Align

src/role.c:697–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695
696/* Table of all alignments */
697const struct Align aligns[] = {
698 { "law", "lawful", "Law", ROLE_LAWFUL, A_LAWFUL },
699 { "balance", "neutral", "Neu", ROLE_NEUTRAL, A_NEUTRAL },
700 { "chaos", "chaotic", "Cha", ROLE_CHAOTIC, A_CHAOTIC },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected