removes silly garbage defines (#33621)

This commit is contained in:
duncathan salt
2017-12-19 12:02:54 -02:00
committed by Leo
parent fd0a9d9c1f
commit 6a7dbaabfd
37 changed files with 173 additions and 209 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ GLOBAL_LIST_INIT(ventcrawl_machinery, typecacheof(list(
if(vent_found)
var/datum/pipeline/vent_found_parent = vent_found.PARENT1
var/datum/pipeline/vent_found_parent = vent_found.parents[1]
if(vent_found_parent && (vent_found_parent.members.len || vent_found_parent.other_atmosmch))
visible_message("<span class='notice'>[src] begins climbing into the ventilation system...</span>" ,"<span class='notice'>You begin climbing into the ventilation system...</span>")