mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
[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:
co-authored by
Coconutwarrior97
Gandalf
parent
fd31df13cf
commit
5a0965a90d
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user