From fa7e5beeb5e7d1e8ce9f7d83716d7d22d3bf1754 Mon Sep 17 00:00:00 2001 From: Odairu <39929315+Odairu@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:21:00 -0400 Subject: [PATCH] reverts the change that removed the healing factor on the bluelens emitter beams (#5882) ## About The Pull Request Title ## Why It's Good For The Game A) No one uses the diode disks anyway (booooo) B) This lens reduces SM power as well as healing the SM, so you can't only use them C) this was the worst PR that I ever made and Idk why I actually made it. ## Proof Of Testing it worky for sure
Screenshots/Videos
## Changelog :cl: balance: reverts bluelens to TG base /:cl: --- modular_zubbers/code/modules/projectiles/beams.dm | 2 -- tgstation.dme | 1 - 2 files changed, 3 deletions(-) delete mode 100644 modular_zubbers/code/modules/projectiles/beams.dm diff --git a/modular_zubbers/code/modules/projectiles/beams.dm b/modular_zubbers/code/modules/projectiles/beams.dm deleted file mode 100644 index fed083ce038..00000000000 --- a/modular_zubbers/code/modules/projectiles/beams.dm +++ /dev/null @@ -1,2 +0,0 @@ -/obj/projectile/beam/emitter/hitscan/bluelens - integrity_heal = 0 diff --git a/tgstation.dme b/tgstation.dme index 46aa1901475..b3f02dd1da4 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -10095,7 +10095,6 @@ #include "modular_zubbers\code\modules\primitive_catgirls\code\spawner.dm" #include "modular_zubbers\code\modules\primitive_structures\code\wall_torch.dm" #include "modular_zubbers\code\modules\privacy_policy\privacy_policy.dm" -#include "modular_zubbers\code\modules\projectiles\beams.dm" #include "modular_zubbers\code\modules\projectiles\ammunition\ballistic\arrows.dm" #include "modular_zubbers\code\modules\projectiles\ammunition\ballistic\pistol.dm" #include "modular_zubbers\code\modules\projectiles\ammunition\ballistic\rifle.dm"