mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Projectile Laser Update
Lasers are now projectiles instead of instant beams. Fire delay removed, damages adjusted accordingly.
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
|
||||
bullet_act(var/obj/item/projectile/Proj)
|
||||
if(istype(Proj ,/obj/item/projectile/beam)||istype(Proj,/obj/item/projectile/bullet))
|
||||
if(!istype(Proj ,/obj/item/projectile/beam/lastertag) && !istype(Proj ,/obj/item/projectile/beam/practice) )
|
||||
if(!istype(Proj ,/obj/item/projectile/lasertag) && !istype(Proj ,/obj/item/projectile/practice) )
|
||||
explode()
|
||||
|
||||
blob_act()
|
||||
|
||||
Reference in New Issue
Block a user