Changed Server version and check_items

main 1.3
DodoBirb 4 years ago
parent d4370dfb6c
commit 8914b88c29
No known key found for this signature in database
GPG Key ID: 361CA687D5E39154

@ -77,7 +77,7 @@ syncedELM = 0
posMapModified = 0
global.lobbyLocked = 0
global.damageMult = 0
global.clientVersion = "V1.9.3"
global.clientVersion = "V1.9.4"
global.experimental = 0
global.freeForAll = 0
global.totalItemCount = 0

@ -57,11 +57,11 @@ for (h = 0; h < array_length_1d(global.itemSamus); h++)
itemCount++
}
itemCount = (itemCount / 2)
if global.freeForAll
itemCount = (global.totalItemCount / ds_list_size(playerList))
global.damageMult = ((itemCount / 88) * 3)
if global.experimental
global.damageMult = ((itemCount / 88) * 5)
if global.freeForAll
global.damageMult = (((global.totalItemCount / ds_list_size(playerList)) / 88) * 3)
etankCount = 0
for (i = 0; i < array_length_1d(global.itemSAX); i++)
{

Loading…
Cancel
Save