From aea9b342f4cbb2ab8846520a61bb7488aed05032 Mon Sep 17 00:00:00 2001 From: alex-gh Date: Sun, 3 Nov 2013 15:35:51 +0100 Subject: [PATCH] Fixed typo in reagent name --- code/modules/events/tgevents/vent_clog.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/tgevents/vent_clog.dm b/code/modules/events/tgevents/vent_clog.dm index b583d584520..8acac750004 100755 --- a/code/modules/events/tgevents/vent_clog.dm +++ b/code/modules/events/tgevents/vent_clog.dm @@ -23,7 +23,7 @@ var/list/gunk = list("water","carbon","flour","radium","toxin","cleaner","nutriment","condensedcapsaicin","psilocybin","lube", "plantbgone","banana","anti_toxin","space_drugs","hyperzine","holywater","ethanol","hot_coco","pacid", - "blood","stoxin","flourine","ryetalyn","thermite","mutagen","oxycodone","fuel","plasma","cryptobiolin", + "blood","stoxin","fluorine","ryetalyn","thermite","mutagen","oxycodone","fuel","plasma","cryptobiolin", "impedrezene","mindbreaker","nanites","xenomicrobes","lipozine","frostoil","doctorsdelight","beepskysmash","tricordrazine") var/datum/reagents/R = new/datum/reagents(50) R.my_atom = vent