Skip to content

Commit c620116

Browse files
authored
typofix (#36966)
1 parent 347507b commit c620116

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
@@ -487,7 +487,7 @@
487487

488488
if(station_does_not_tip) //good luck with your cyanide beer I guess
489489
dangerchance = 60
490-
desc += " This one doesn't might not be safe to drink."
490+
desc += " This one might not be safe to drink."
491491

492492
if(basechem)
493493
for(var/i = 0, i < 4, i++)

0 commit comments

Comments
 (0)