-- name: Goombas Into Scuttlebugs -- description: Removes all chuckyas from the game. I can't stand these things; The game is just better off without them. local function changeinit(o) end local function changeloop(o) spawn_non_sync_object(id_bhvScuttlebug, E_MODEL_SCUTTLEBUG, o.oPosX, o.oPosY, o.oPosZ, --- @param o Object function(o) end) obj_mark_for_deletion(o) end hook_behavior(id_bhvGoomba, OBJ_LIST_DEFAULT, true, changeinit, changeloop)