From bbf7c323b2eb1e32ade490da4aec093ac81e3b7e Mon Sep 17 00:00:00 2001 From: ViVi Date: Sun, 22 Aug 2021 17:01:09 +0900 Subject: [PATCH] [StellarLife] Fix typo in class name --- lib/bcdice/game_system/StellarLife.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bcdice/game_system/StellarLife.rb b/lib/bcdice/game_system/StellarLife.rb index 0a364ee7a..98be36f9f 100644 --- a/lib/bcdice/game_system/StellarLife.rb +++ b/lib/bcdice/game_system/StellarLife.rb @@ -2,7 +2,7 @@ module BCDice module GameSystem - class StellarLifeLife < Base + class StellarLife < Base # ゲームシステムの識別子 ID = 'StellarLife'