From 31d6a91c335ad6d652ac43f3a2ddc7f53fb7e30f Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sat, 9 Nov 2013 14:02:32 -0500 Subject: [PATCH] Vent clog fixes --- 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 8acac750004..0102169142d 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","fluorine","ryetalyn","thermite","mutagen","oxycodone","fuel","plasma","cryptobiolin", + "blood","stoxin","fluorine","ryetalyn","mutagen","oxycodone","fuel","cryptobiolin", "impedrezene","mindbreaker","nanites","xenomicrobes","lipozine","frostoil","doctorsdelight","beepskysmash","tricordrazine") var/datum/reagents/R = new/datum/reagents(50) R.my_atom = vent