Replaces ex_act and emp_act numbers with defines

This commit is contained in:
CitadelStationBot
2017-07-13 17:46:41 -05:00
parent da324257fe
commit 55462ed7d1
38 changed files with 74 additions and 66 deletions
+3 -3
View File
@@ -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