From 9628ee5a4a9f85c9847b30e62a878c6526c41c76 Mon Sep 17 00:00:00 2001 From: Saibot393 <137942782+Saibot393@users.noreply.github.com> Date: Sat, 1 Jul 2023 20:15:19 +0200 Subject: [PATCH] bug fix --- scripts/RideableUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/RideableUtils.js b/scripts/RideableUtils.js index f6f05ed..a390802 100644 --- a/scripts/RideableUtils.js +++ b/scripts/RideableUtils.js @@ -15,7 +15,7 @@ const cFamilarType = "familiar"; //type of familiar tokens (Pf2e) const cRidingMovementTag = "RidingMovement"; //used to mark movement orders coming from the Riding script -export { cPf2eName, cModuleName, cStairwaysname}; +export { cPf2eName, cModuleName}; //a few support functions class RideableUtils {