3 Commits

Author SHA1 Message Date
CHOMPStation2StaffMirrorBot
46bb0bef24 Makes EMPs only emp the stored MMI if it exists 2025-12-08 15:27:54 +00:00
Cameron Lennox
74c9ff4d33 Makes EMPs only emp the stored MMI if it exists (#18867) 2025-12-08 15:27:54 +00:00
chompstation-ci[bot]
50d9481fa2 Automatic changelog compile [ci skip] 2025-12-07 01:38:29 +00:00
5 changed files with 19 additions and 20 deletions

View File

@@ -111,7 +111,8 @@
qdel(src)
/obj/item/organ/internal/mmi_holder/emp_act(severity, recursive)
stored_mmi.emp_act(severity, recursive)
if(stored_mmi)
stored_mmi.emp_act(severity, recursive)
/obj/item/organ/internal/mmi_holder/posibrain
name = "positronic brain interface"

View File

@@ -1,6 +0,0 @@
author: "FluffMedic"
delete-after: True
changes:
- rscadd: "Two new Tyr weapons"
- balance: "Tyr gun buffed, Tyr foes retuned a fair bit to favour longer fights"
- bugfix: "Shield boss stops spamming re-shielding"

View File

@@ -1,4 +0,0 @@
author: "CHOMPStation2StaffMirrorBot"
delete-after: True
changes:
- code_imp: "update dependencies"

View File

@@ -1,9 +0,0 @@
author: "Diana"
delete-after: True
changes:
- qol: "You can now alt-shift click someone to open the inventory menu (as if you drag-dropped them onto yourself)"
- qol: "Admins can now tag datums via ctrl-middle click"
- refactor: "Honey I refactored click code!"
- code_imp: "Cleans up click code."
- code_imp: "Adds framework for allowing objects to ignore ctrl click and not allowed to be dragged"
- bugfix: "Fixes a bug where joining in the game would cause 180 topic calls to be made (still happens) causing you to be rate limited."

View File

@@ -42,3 +42,20 @@
Will:
- bugfix: Phased shadekin are no longer knocked down or thrown when a shuttle they
are inside of moves.
2025-12-07:
CHOMPStation2StaffMirrorBot:
- code_imp: update dependencies
Diana:
- qol: You can now alt-shift click someone to open the inventory menu (as if you
drag-dropped them onto yourself)
- qol: Admins can now tag datums via ctrl-middle click
- refactor: Honey I refactored click code!
- code_imp: Cleans up click code.
- code_imp: Adds framework for allowing objects to ignore ctrl click and not allowed
to be dragged
- bugfix: Fixes a bug where joining in the game would cause 180 topic calls to be
made (still happens) causing you to be rate limited.
FluffMedic:
- rscadd: Two new Tyr weapons
- balance: Tyr gun buffed, Tyr foes retuned a fair bit to favour longer fights
- bugfix: Shield boss stops spamming re-shielding