Browse Source

Seraphim can't lie and Balseraphs won't lie

master
Noëlle Anthony 5 years ago
parent
commit
cd467363e0
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      main.go

+ 4
- 0
main.go View File

@@ -174,6 +174,10 @@ func main() {
// fmt.Println("Selected Corporeal skill: ", skl)
} else if q < ethBrk { // it's an ethereal skill
skl = util.ChoiceStr(ethSkills)
if skl == "Lying" && (ply.Kind == "Seraph" || ply.Kind == "Balseraph") {
i++
continue
}
if skl == "Knowledge" {
subskl := util.ChoiceStr(knowList)
skl = "Knowledge (" + subskl + ")"

Loading…
Cancel
Save