[MIRROR] Fixes an issue where people with the doctor phobia were afraid of hydroponics doors. [MDB IGNORE] (#8940)

* Fixes an issue where people with the doctor phobia were afraid of hydroponics doors. (#62089)

## About The Pull Request

 Adds a hydroponics airlock type (same icon as medical airlocks), and edits Hydroponics on several maps to replace the old medical doors with the new ones. Fixes #61000

Also edited sheet_types.dm so a hydroponics door assembly can be built, in case anyone decides to give hydroponics entry way doors their own unique icon at some point.

## Why It's Good For The Game

Fixes #61000

* Fixes an issue where people with the doctor phobia were afraid of hydroponics doors.

Co-authored-by: Coconutwarrior97 <40315842+Coconutwarrior97@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-10-23 00:30:52 +01:00
committed by GitHub
co-authored by Coconutwarrior97 Gandalf
parent fd31df13cf
commit 5a0965a90d
3 changed files with 16 additions and 0 deletions
@@ -61,6 +61,13 @@
glass_type = /obj/machinery/door/airlock/medical/glass
airlock_type = /obj/machinery/door/airlock/medical
/obj/structure/door_assembly/door_assembly_hydro
name = "hydroponics airlock assembly"
icon = 'icons/obj/doors/airlocks/station/medical.dmi'
base_name = "hydroponics airlock"
glass_type = /obj/machinery/door/airlock/hydroponics/glass
airlock_type = /obj/machinery/door/airlock/hydroponics
/obj/structure/door_assembly/door_assembly_mai
name = "maintenance airlock assembly"
icon = 'icons/obj/doors/airlocks/station/maintenance.dmi'