Skip to content

Commit

Permalink
Laser penetration fix (#5083)
Browse files Browse the repository at this point in the history
* revert auretian nerf

* Unfuck Master

* Fix xray
  • Loading branch information
Dimasw99 authored Feb 28, 2024
1 parent e71db49 commit 9e3b042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/projectile/beams.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ In pvp they also have more lasting damages, such as infections, pain form burns,
block_damage(loss, A)
A.visible_message(SPAN_WARNING("\The [src] is weakened by the \the [A]!"))
playsound(A.loc, 'sound/weapons/shield/shielddissipate.ogg', 50, 1)
return 1
return 0
return FALSE
return TRUE

/obj/item/projectile/beam/musket
name = "Musket laser"
Expand Down

0 comments on commit 9e3b042

Please sign in to comment.