Lasertag and practice beams won't explode tanks anymore.
This commit is contained in:
Chinsky
2012-11-18 11:24:17 +04:00
parent ffe541adec
commit 684679cefb
7 changed files with 21 additions and 22 deletions
+2 -1
View File
@@ -145,7 +145,8 @@
bullet_act(var/obj/item/projectile/Proj)
if(istype(Proj ,/obj/item/projectile/beam)||istype(Proj,/obj/item/projectile/bullet))
explode()
if(!istype(Proj ,/obj/item/projectile/beam/lastertag) && !istype(Proj ,/obj/item/projectile/beam/practice) )
explode()
blob_act()
explode()