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
+2 -2
View File
@@ -35,6 +35,6 @@
explosion(get_turf(P), 0, 0, 2)
// Only a level 1 explosion actually damages the machine
// at all
P.ex_act(1)
P.ex_act(EXPLODE_DEVASTATE)
else
P.emp_act(1)
P.emp_act(EMP_HEAVY)