mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 11:34:05 +09:00
throwable cherry bomb (no explosion yet)
This commit is contained in:
@@ -217,6 +217,8 @@ abstract class GameItem(val originalID: ItemID) : Comparable<GameItem>, Cloneabl
|
||||
*/
|
||||
open val extra = Codex()
|
||||
|
||||
@Transient open val disallowToolDragging = false
|
||||
|
||||
/* called when the instance of the dynamic is loaded from the save; one may use this function to "re-sync" some values,
|
||||
* for the purpose of savegame format update, defence against rogue savegame manipulation, etc.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user