Explorar el Código

Seraphim can't lie and Balseraphs won't lie

master
Noëlle Anthony hace 5 años
padre
commit
cd467363e0
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      main.go

+ 4
- 0
main.go Ver fichero

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

Cargando…
Cancelar
Guardar