Chem scanning removes achievements from maint pills (#95397)

## About The Pull Request

Chem scanning a maint pill now removes the achievement for eating it.

## Why It's Good For The Game

cheater.

You can still scour maints for pills with stuff you'd like, but you lose
the achievement for doing so.

## Changelog

🆑
fix: Chem scanning a maintenance pill removes the achievement value.
/🆑
This commit is contained in:
John Willard
2026-03-15 12:12:57 +01:00
committed by GitHub
parent 33e951ff92
commit 2eb0776ebe
4 changed files with 35 additions and 4 deletions
+1
View File
@@ -142,6 +142,7 @@
log_entry.add_data_entry(DETSCAN_CATEGORY_FINGERS, atom_fingerprints.Copy())
// Only get reagents from non-mobs.
SEND_SIGNAL(scanned_atom, COMSIG_ON_REAGENT_SCAN, user)
for(var/datum/reagent/present_reagent as anything in scanned_atom.reagents?.reagent_list)
log_entry.add_data_entry(DETSCAN_CATEGORY_REAGENTS, list(present_reagent.name = present_reagent.volume))