0
0
mirror of https://gitlab.com/YuukiPS/GC-Resources.git synced 2025-04-29 09:35:48 +00:00
GC-Resources/Resources/Scripts/Gadget/SubfieldDrop_WoodenObject_Broken.lua
2023-03-21 14:32:55 +08:00

6 lines
131 B
Lua

function OnDie(context, element_type, strike_type)
ScriptLib.DropSubfield(context, {subfield_name = "WoodenObject_Broken"})
end