Merge pull request #4454 from Citadel-Station-13/upstream-merge-33621

[MIRROR] removes silly garbage defines
This commit is contained in:
LetterJay
2018-01-02 04:52:57 -06:00
committed by GitHub
38 changed files with 173 additions and 210 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>")