Adds missing things to drone cleaning (#15553)

* Adds missing things to drone cleaning.

* Update code/game/machinery/doors/airlock_electronics.dm

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>

* Update code/game/machinery/doors/windowdoor.dm

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>

* Update code/game/machinery/doors/airlock.dm

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>

* Update code/game/machinery/doors/airlock.dm

Co-authored-by: dearmochi <shenesis@gmail.com>

* Moves destroyed electronics to emag_act

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
Co-authored-by: dearmochi <shenesis@gmail.com>
This commit is contained in:
Ryal
2021-03-28 12:45:29 +01:00
committed by GitHub
co-authored by SteelSlayer dearmochi
parent 2ef3e3a07c
commit e7310cac9b
10 changed files with 35 additions and 15 deletions
@@ -1076,7 +1076,7 @@
return ..() | update_flags
/datum/reagent/pestkiller/reaction_obj(obj/O, volume)
if(istype(O, /obj/effect/decal/ants))
if(istype(O, /obj/effect/decal/cleanable/ants))
O.visible_message("<span class='warning'>The ants die.</span>")
qdel(O)