Skip to content

Commit

Permalink
Quick fix (tgstation#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Forgotten312 authored Dec 5, 2016
1 parent 25aea0e commit 48dcc06
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,6 @@
damage_type = BURN
pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE

/obj/item/projectile/drone_laser/proc/on_hit(atom/target, blocked = 0)
if(isliving(target) && istype(target, /mob/living/simple_animal/hostile/megafauna/megadrone)
else
..()

/datum/action/innate/drone_attack
name = "Drone Attack"
icon_icon = 'icons/mob/lavaland/related_to_drone.dmi'
Expand Down

0 comments on commit 48dcc06

Please sign in to comment.