Adds flyswatters.

They are availible in beekeeping crates.
They instantly kill bees, and deal large damage to flypeople, and negligible damage to non-flypeople.
This commit is contained in:
Mike Long
2016-07-12 19:47:03 -04:00
parent 7100277ca3
commit f1a1cafed4
7 changed files with 29 additions and 2 deletions
+12 -1
View File
@@ -313,4 +313,15 @@
/obj/item/weapon/melee/baseball_bat/attack(mob/living/target, mob/living/user)
. = ..()
var/atom/throw_target = get_edge_target_turf(target, user.dir)
target.throw_at(throw_target, rand(1,2), 7, user)
target.throw_at(throw_target, rand(1,2), 7, user)
/obj/item/weapon/melee/flyswatter
name = "Flyswatter"
desc = "Useful for killing insects of all sizes."
icon = 'icons/obj/weapons.dmi'
icon_state = "flyswatter"
item_state = "flyswatter"
force = 1
throwforce = 1
attack_verb = list("swatted", "smacked")
w_class = 2