Ver código fonte

Seraphim can't lie and Balseraphs won't lie

master
Noëlle Anthony 5 anos atrás
pai
commit
cd467363e0
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      main.go

+ 4
- 0
main.go Ver arquivo

@@ -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 + ")"

Carregando…
Cancelar
Salvar