mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 14:44:05 +01:00
renames assembly_type to assemblytype for parity with tg
moved a few door and airlock procs around to more sensible positions removed useless vars on some airlocks in airlock_types.dm lowercased all airlock/door objects
This commit is contained in:
@@ -373,9 +373,8 @@
|
||||
|
||||
//Door
|
||||
/obj/machinery/door/airlock/survival_pod
|
||||
name = "Airlock"
|
||||
icon = 'icons/obj/doors/survival.dmi'
|
||||
assembly_type = /obj/structure/door_assembly/door_assembly_pod
|
||||
assemblytype = /obj/structure/door_assembly/door_assembly_pod
|
||||
opacity = 0
|
||||
glass = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user