mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user