mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Makes it so mixers and filters no longer block mob
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
obj/machinery/atmospherics/trinary/filter
|
||||
icon = 'icons/obj/atmospherics/filter.dmi'
|
||||
icon_state = "intact_off"
|
||||
density = 1
|
||||
density = 0
|
||||
|
||||
name = "Gas filter"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
obj/machinery/atmospherics/trinary/mixer
|
||||
icon = 'icons/obj/atmospherics/mixer.dmi'
|
||||
icon_state = "intact_off"
|
||||
density = 1
|
||||
density = 0
|
||||
|
||||
name = "Gas mixer"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user