mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
LWAP beams will now penetrate infinitely (#22804)
* sniping's a good job mate * dot begone
This commit is contained in:
@@ -200,6 +200,11 @@
|
||||
forcedodge = 1 // Can pierce one mob.
|
||||
speed = 0.5
|
||||
|
||||
/obj/item/projectile/beam/laser/sniper/pierce/prehit(atom/target)
|
||||
if(isturf(target) && !forcedodge)
|
||||
forcedodge++ //Increases force dodge before turf consumes it.
|
||||
..()
|
||||
|
||||
/obj/item/gun/energy/xray
|
||||
name = "xray laser gun"
|
||||
desc = "A high-power laser gun capable of expelling concentrated xray blasts. These blasts will penetrate solid objects, but will decrease in power the longer they have to travel."
|
||||
|
||||
Reference in New Issue
Block a user