Part one of bugfixes for the new damage system.

This commit is contained in:
SkyMarshal
2012-03-30 20:31:26 -07:00
parent cae82368d1
commit a90173c628
13 changed files with 260 additions and 92 deletions

View File

@@ -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