Adds a whole bunch of Exosuit weapons and other miscellaneous parts.

This commit is contained in:
Mechoid
2018-08-23 20:06:51 -07:00
parent 6f909ce590
commit 509addffdf
20 changed files with 689 additions and 114 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ var/list/mining_overlay_cache = list()
/turf/simulated/mineral/bullet_act(var/obj/item/projectile/Proj)
// Emitter blasts
if(istype(Proj, /obj/item/projectile/beam/emitter))
if(istype(Proj, /obj/item/projectile/beam/emitter) || istype(Proj, /obj/item/projectile/beam/heavylaser/fakeemitter))
emitter_blasts_taken++
if(emitter_blasts_taken > 2) // 3 blasts per tile
mined_ore = 1