Skip to content

Commit

Permalink
[MIRROR] Removes the unpowered door subtype [MDB IGNORE] (#2928)
Browse files Browse the repository at this point in the history
* Removes the unpowered door subtype (#83812)

## About The Pull Request

They appear to be giga legacy, only thing using them is one what appears
to be totally unused small template shuttle. I just replaced em with
titanium airlocks, since I think that's what these were replaced with
going off asthetic.

(I do not want to deal with this for wallening)

* Removes the unpowered door subtype

---------

Co-authored-by: LemonInTheDark <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed Jun 9, 2024
1 parent 8bc49f4 commit e9c7a0d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion _maps/templates/small_shuttle_1.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/turf/open/floor/mineral/titanium/blue,
/area/template_noop)
"j" = (
/obj/machinery/door/unpowered/shuttle,
/obj/machinery/door/airlock/titanium,
/turf/open/floor/mineral/titanium/blue,
/area/template_noop)
"l" = (
Expand Down
25 changes: 0 additions & 25 deletions code/game/machinery/doors/unpowered.dm

This file was deleted.

1 change: 0 additions & 1 deletion tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,6 @@
#include "code\game\machinery\doors\passworddoor.dm"
#include "code\game\machinery\doors\poddoor.dm"
#include "code\game\machinery\doors\shutters.dm"
#include "code\game\machinery\doors\unpowered.dm"
#include "code\game\machinery\doors\windowdoor.dm"
#include "code\game\machinery\embedded_controller\access_controller.dm"
#include "code\game\machinery\embedded_controller\airlock_controller.dm"
Expand Down

0 comments on commit e9c7a0d

Please sign in to comment.