Malfunctioning AIs: Fix Overload Machine not working on some machines (#27848)

* blcaklist, add intercom

* fix

* re-rework into a proc

* add these
This commit is contained in:
gurfan
2020-10-04 14:11:52 -05:00
committed by GitHub
parent 951489315c
commit 0534fe5aa3
12 changed files with 36 additions and 1 deletions

View File

@@ -395,6 +395,9 @@ Pipelines + Other Objects -> Pipe network
/obj/machinery/atmospherics/is_airtight() //Technically, smoke would be able to pop up from a vent, but enabling ventcrawling mobs to do that still doesn't sound like a good idea
return 1
/obj/machinery/atmospherics/can_overload()
return 0
// Tiny helper to see if the object is "exposed".
// Basically whether it's partially covered up by a floor tile or not.
/obj/machinery/atmospherics/proc/exposed()