Makes laser tags have 0 damage + check in field/generator/bullet_act

This commit is contained in:
joep van der velden
2020-10-03 15:26:20 +02:00
parent bb5a974a8b
commit 7cd7d76eb6
2 changed files with 2 additions and 1 deletions
@@ -85,6 +85,7 @@
icon_state = "omnilaser"
hitsound = 'sound/weapons/tap.ogg'
nodamage = 1
damage = 0
damage_type = STAMINA
flag = "laser"
var/suit_types = list(/obj/item/clothing/suit/redtag, /obj/item/clothing/suit/bluetag)