mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-29 09:35:48 +00:00
6 lines
130 B
Lua
6 lines
130 B
Lua
function OnDie(context, element_type, strike_type)
|
|
ScriptLib.DropSubfield(context, {subfield_name = "Ore_Thundercrystal"})
|
|
end
|
|
|
|
|