Made the whole thing work
This commit is contained in:
@ -3,9 +3,9 @@ import re
|
||||
import string
|
||||
import json
|
||||
|
||||
import swchar
|
||||
from . import swchar
|
||||
|
||||
with open("skills.json", "r") as f:
|
||||
with open("funcs/swfuncs/skills.json", "r") as f:
|
||||
skillData = json.load(f)
|
||||
|
||||
def roll(abi : int = 1, prof : int = 0, dif : int = 3, cha : int = 0, boo : int = 0, setb : int = 0, force : int = 0):
|
||||
|
Reference in New Issue
Block a user