Replaces ex_act and emp_act numbers with defines
This commit is contained in:
@@ -293,11 +293,11 @@
|
||||
if (2)
|
||||
D.adjustBruteLoss(rand(20,30))
|
||||
if (3)
|
||||
D.ex_act(3)
|
||||
D.ex_act(EXPLODE_LIGHT)
|
||||
else
|
||||
D.adjustBruteLoss(rand(10,20))
|
||||
else
|
||||
D.ex_act(3)
|
||||
D.ex_act(EXPLODE_LIGHT)
|
||||
|
||||
else
|
||||
if (A)
|
||||
@@ -404,7 +404,7 @@
|
||||
|
||||
if (falling == 1)
|
||||
if (prob(33) || D.stat)
|
||||
D.ex_act(3)
|
||||
D.ex_act(EXPLODE_LIGHT)
|
||||
else
|
||||
D.adjustBruteLoss(rand(20,30))
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user