Revenant changes XVIII

Made the abilities easier to tweak and somewhat less copypasta. They're still for() loops though.
Check the changelog for additional details.
This commit is contained in:
Nerd Lord
2015-11-05 18:50:51 -05:00
parent 4b9e7e4f35
commit 0f23809346
8 changed files with 216 additions and 166 deletions
+5 -4
View File
@@ -44,10 +44,11 @@
/obj/item/device/assembly/flash/proc/burn_out() //Made so you can override it if you want to have an invincible flash from R&D or something.
crit_fail = 1
update_icon()
var/turf/T = get_turf(src)
T.visible_message("The [src.name] burns out!")
if(!crit_fail)
crit_fail = 1
update_icon()
var/turf/T = get_turf(src)
T.visible_message("The [src.name] burns out!")
/obj/item/device/assembly/flash/proc/flash_recharge(interval=10)