2018-11-02 21:20:51 -04:00
|
|
|
-- LUALOCALS < ---------------------------------------------------------
|
2019-09-07 09:44:30 -04:00
|
|
|
local include, nodecore
|
|
|
|
= include, nodecore
|
2018-11-02 21:20:51 -04:00
|
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
|
2019-09-07 09:08:57 -04:00
|
|
|
nodecore.amcoremod()
|
|
|
|
|
2019-09-07 09:44:30 -04:00
|
|
|
include('node')
|
|
|
|
include('ent_item')
|
|
|
|
include('ent_falling')
|
|
|
|
include('hooks')
|
|
|
|
include('burnup')
|
2019-09-09 06:52:32 -04:00
|
|
|
include('pulverize')
|
2020-01-02 23:03:23 -05:00
|
|
|
include('throw_inertia')
|