Allows toy E-Swords to reflect Laser Tag lasers (#14191)

* Allows toy eswords to reflect laser tag lasers
This commit is contained in:
SabreML
2020-09-16 10:13:32 -04:00
committed by GitHub
parent 0b23e89fa5
commit dd326096c9
2 changed files with 19 additions and 7 deletions
+3 -2
View File
@@ -214,8 +214,9 @@
/obj/item/twohanded/dualsaber/toy/hit_reaction(mob/living/carbon/human/owner, atom/movable/hitby, attack_text = "the attack", final_block_chance = 0, damage = 0, attack_type = MELEE_ATTACK)
return 0
/obj/item/twohanded/dualsaber/toy/IsReflect()//Stops Toy Dualsabers from reflecting energy projectiles
return 0
/obj/item/twohanded/dualsaber/toy/IsReflect()
if(wielded)
return 2
/obj/item/toy/katana
name = "replica katana"