Skip to content

Commit 57fdb51

Browse files
authored
fix
1 parent 917cb3e commit 57fdb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/reagents/reagent_dispenser.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
if(name == "Uncle Ian's Selects-brand beer keg")
419419
reagents.add_reagent(MINTESSENCE, 500)
420420
hardcodedname = TRUE
421-
if(name == "The Unfunny Clown-brand beer keg" || name == "Honking Clown-brand beer keg" || name == "Aunt Scootaloo's Clown-brand beer keg)
421+
if(name == "The Unfunny Clown-brand beer keg" || name == "Honking Clown-brand beer keg" || name == "Aunt Scootaloo's Clown-brand beer keg")
422422
if(prob(50)
423423
reagents.add_reagent(HONKSERUM, 500)
424424
else if(prob(50)

0 commit comments

Comments
 (0)