mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Automated commit: v0.30.2
This commit is contained in:
parent
46367c0854
commit
abf413f088
1 changed files with 24 additions and 0 deletions
|
@ -3,6 +3,30 @@ local wandfinder = dofile_once("mods/quant.ew/files/system/notplayer_ai/wandfind
|
|||
dofile_once("mods/quant.ew/files/system/player_tether/player_tether.lua")
|
||||
local spectate = dofile_once("mods/quant.ew/files/system/spectate/spectate.lua")
|
||||
|
||||
--TODO voice chat
|
||||
|
||||
--TODO add plasma to stay_away
|
||||
|
||||
--TODO ability action materialized
|
||||
|
||||
--TODO black hole cuts through storage and others clients
|
||||
|
||||
--TODO never skip leg day upgrade
|
||||
|
||||
--TODO globalize physics objects from chests
|
||||
|
||||
--TODO allow notplayer to poly
|
||||
|
||||
--TODO detect AC on wands for notplayer
|
||||
|
||||
--TODO use teleport wands
|
||||
|
||||
--TODO allow picking chunk target and tether in proxy ui
|
||||
|
||||
--TODO fix boss_limbs drops
|
||||
|
||||
--TODO dont spawn chained entity when chain broke
|
||||
|
||||
local MAX_RADIUS = 128*5
|
||||
|
||||
local INVIS_RANGE = 64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue