Skip to content

Commit

Permalink
regeants blackbox
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Oct 22, 2023
1 parent 545a0d3 commit 322876b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions code/modules/reagents/chemistry/reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ GLOBAL_LIST_INIT(name2reagent, build_name2reagent())
var/amount = round(reac_volume*modifier, 0.1)
if(amount >= 0.5)
M.reagents.add_reagent(type, amount)
SSblackbox.record_feedback("nested tally", "reagent expose mob", 1, list("[name]", "[M]", "[method]", "[reac_volume]"))
return 1

/// Applies this reagent to an [/obj]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
name = "Trickwine"
description = "How is this even possible"

/datum/reagent/consumable/ethanol/trickwine/expose_mob(mob/living/L, method=TOUCH, reac_volume)
SSblackbox.record_feedback("nested tally", "trickwine_thrown", 1, list("[name]", "[L]", "[method]", "[reac_volume]"))
//L.visible_message("<span class='warning'>[L], [name], [method], [reac_volume] expose test</span>")
return ..()

/datum/reagent/consumable/ethanol/trickwine/ash_wine
name = "Ashwine"
description = "A traditional sacrament for members of the Saint-Roumain Militia. Known to grant visions, and is used both for ritual and entertainment purposes aboard Saint-Roumain vessels."
Expand Down

0 comments on commit 322876b

Please sign in to comment.