scatter xp drops more
This commit is contained in:
parent
50beae1852
commit
142810ee2d
@ -503,14 +503,14 @@ function ship_m:die()
|
|||||||
-- overage XP, min 100
|
-- overage XP, min 100
|
||||||
spawn_xp_at(cx, cy, 0, xp-0x0.018f)
|
spawn_xp_at(cx, cy, 0, xp-0x0.018f)
|
||||||
xp = 0x0.018f -- dec 399
|
xp = 0x0.018f -- dec 399
|
||||||
z += 1
|
z += 2
|
||||||
end
|
end
|
||||||
-- 100, 25, 5, 1
|
-- 100, 25, 5, 1
|
||||||
for gsz in all{0x0.0064, 0x0.0019, 0x0.0005, 0x0.0001} do
|
for gsz in all{0x0.0064, 0x0.0019, 0x0.0005, 0x0.0001} do
|
||||||
while xp >= gsz do
|
while xp >= gsz do
|
||||||
spawn_xp_at(cx, cy, z, gsz)
|
spawn_xp_at(cx, cy, z, gsz)
|
||||||
xp -= gsz
|
xp -= gsz
|
||||||
z += 1
|
z += 2
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user