same for the tooltip

This commit is contained in:
minjaesong
2024-01-15 21:01:00 +09:00
parent cb56f8f379
commit 350e205028
4 changed files with 31 additions and 13 deletions

View File

@@ -70,6 +70,8 @@ abstract class GameItem(val originalID: ItemID) : Comparable<GameItem>, Cloneabl
var nameColour = Color.WHITE
var nameSecondary: String = ""
/** In kg. Weapon with different material must have different mass. In this case, you MUST use IRON as a reference (or default) material. */
abstract var baseMass: Double