mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Add Emitter Emissives (#95270)
## About The Pull Request Add an emissive overlay for the lights on emitters ## Why It's Good For The Game <img width="285" height="218" alt="image" src="https://github.com/user-attachments/assets/372f5b1b-61ed-4627-a189-577ec3aac264" /> <img width="275" height="234" alt="image" src="https://github.com/user-attachments/assets/5959ac90-4856-427b-ab29-f1cbeb68422a" /> cool ## Changelog 🆑 image: emitters glow in the dark now /🆑
This commit is contained in:
@@ -157,6 +157,7 @@
|
||||
var/mutable_appearance/overlay = mutable_appearance(icon, "emitter_overlay")
|
||||
overlay.color = laser_color
|
||||
. += overlay
|
||||
. += emissive_appearance(icon, "emitter_overlay", src, alpha = src.alpha)
|
||||
|
||||
/obj/machinery/power/emitter/update_icon_state()
|
||||
if(panel_open)
|
||||
|
||||
Reference in New Issue
Block a user