mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 09:31:30 +00:00
Part one of bugfixes for the new damage system.
This commit is contained in:
@@ -643,7 +643,7 @@ Turf and target are seperate in case you want to teleport some distance from a t
|
||||
|
||||
total = rand(1, total)
|
||||
for (item in L)
|
||||
total -=L [item]
|
||||
total -= L[item]
|
||||
if (total <= 0)
|
||||
return item
|
||||
|
||||
|
||||
Reference in New Issue
Block a user