mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
fix pvp :(
This commit is contained in:
parent
dc33b9e49a
commit
444a94e91e
2 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@ local spectate = dofile_once("mods/quant.ew/files/system/spectate/spectate.lua")
|
||||||
|
|
||||||
--TODO inventory bug, maybe from unobtainable status?
|
--TODO inventory bug, maybe from unobtainable status?
|
||||||
|
|
||||||
|
--TODO lukki legs prob need time to init before being killed from load in
|
||||||
|
|
||||||
local MAX_RADIUS = 128 * 5
|
local MAX_RADIUS = 128 * 5
|
||||||
|
|
||||||
local INVIS_RANGE = 30
|
local INVIS_RANGE = 30
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
local rpc = net.new_rpc_namespace()
|
local rpc = net.new_rpc_namespace()
|
||||||
local pvp = {}
|
local pvp = {}
|
||||||
//TODO allow optionally voting to stay in current area
|
--TODO allow optionally voting to stay in current area
|
||||||
local chunks_by_floor = {
|
local chunks_by_floor = {
|
||||||
{ { -3, 1, 3, 1 }, { 0, 0, 2, 0 } }, --(Collapsed) Mines
|
{ { -3, 1, 3, 1 }, { 0, 0, 2, 0 } }, --(Collapsed) Mines
|
||||||
{ { -6, 3, 3, 4 }, { -7, 3, -7, 3 } }, --Coal Pits
|
{ { -6, 3, 3, 4 }, { -7, 3, -7, 3 } }, --Coal Pits
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue