mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user