mirror of
https://github.com/Mestima/wanda.git
synced 2025-06-28 05:10:41 +00:00
nightmarefuel are storable now
This commit is contained in:
@ -2,7 +2,8 @@ local containers = require("containers")
|
||||
|
||||
local storable = {
|
||||
["pocketwatch_dismantler"] = GetModConfigData("clock_tools"),
|
||||
["pocketwatch_parts"] = GetModConfigData("time_pieces")
|
||||
["pocketwatch_parts"] = GetModConfigData("time_pieces"),
|
||||
["nightmarefuel"] = GetModConfigData("nightmarefuel")
|
||||
}
|
||||
|
||||
local bpMode = {
|
||||
|
Reference in New Issue
Block a user