EMP Fixes

This commit is contained in:
Fox-McCloud
2015-12-23 04:09:47 -05:00
parent a68078c174
commit 09dab6bdea
6 changed files with 12 additions and 28 deletions
@@ -142,7 +142,7 @@
emp_act(severity)
..()
reliability -= round(15/severity)
reliability = max(reliability - round(15/severity), 0) //Do not allow it to go negative!
update_icon()