Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modinfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ do
end

local NOTABLE_INDICATORS = {"chester_eyebone", "hutch_fishbowl"}
local NOTABLE_INDICATORS_DST = {"atrium_key", "klaus_sack", "gingerbreadpig"}
local NOTABLE_INDICATORS_DST = {"atrium_key", "klaus_sack", "gingerbreadpig", "moonstorm_static_roamer"}
local NOTABLE_INDICATORS_DS = {} -- TODO: The carrier things in SW and Hamlet
local NOTABLE_INDICATORS_ALL = {}

Expand Down
2 changes: 1 addition & 1 deletion scripts/clientmodmain.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ do
local notable = {
"chester_eyebone", "hutch_fishbowl", -- Both

"atrium_key", "klaus_sack", "gingerbreadpig", -- DST
"atrium_key", "klaus_sack", "gingerbreadpig", "moonstorm_static_roamer", -- DST

-- DS
}
Expand Down
25 changes: 25 additions & 0 deletions scripts/prefab_descriptors/moonstorm_static_nowag.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
--[[
Copyright (C) 2020, 2021 penguin0616

This file is part of Insight.

The source code of this program is shared under the RECEX
SHARED SOURCE LICENSE (version 1.0).
The source code is shared for referrence and academic purposes
with the hope that people can read and learn from it. This is not
Free and Open Source software, and code is not redistributable
without permission of the author. Read the RECEX SHARED
SOURCE LICENSE for details
The source codes does not come with any warranty including
the implied warranty of merchandise.
You should have received a copy of the RECEX SHARED SOURCE
LICENSE in the form of a LICENSE file in the root of the source
directory. If not, please refer to
<https://raw.githubusercontent.com/Recex/Licenses/master/SharedSourceLicense/LICENSE.txt>
]]

-- moonstorm_static_nowag.lua [Prefabs]

return {
Describe = Insight.prefab_descriptors.moonstorm_static and Insight.prefab_descriptors.moonstorm_static.Describe or nil
}