Merge pull request #8674 from uraniummeltdown/attacks

[READY] Attack Code Update
This commit is contained in:
tigercat2000
2018-03-22 11:55:53 -07:00
committed by GitHub
178 changed files with 2457 additions and 1949 deletions
@@ -27,6 +27,7 @@ field_generator power level display
anchored = 0
density = 1
use_power = 0
armor = list(melee = 25, bullet = 10, laser = 100, energy = 100, bomb = 0, bio = 0, rad = 0)
var/const/num_power_levels = 6 // Total number of power level icon has
var/power_level = 0
var/active = FG_OFFLINE
@@ -62,6 +62,7 @@ So, hopefully this is helpful if any more icons are to be added/changed/wonderin
icon_state = "none"
anchored = 0
density = 1
armor = list(melee = 30, bullet = 20, laser = 20, energy = 0, bomb = 0, bio = 0, rad = 0)
var/obj/machinery/particle_accelerator/control_box/master = null
var/construction_state = 0
var/reference = null