Skip to content

Commit

Permalink
TGS Test Merge (#6043)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue authored and Blue committed Oct 3, 2023
2 parents f3e2a2c + 85ff1a2 commit 4d71d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/food/food/drinks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
else
. += "<span class='notice'>\The [src] is full!</span>"
if(reagents)
var/datum/reagent/ethanol/R = locate() in reagents
var/datum/reagent/ethanol/R = locate() in reagents.reagent_list
if(istype(R))
. += "<span class='notice'>It contains alcohol.</span>"

Expand Down

0 comments on commit 4d71d8c

Please sign in to comment.