forked from shiptest-ss13/Shiptest
-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #157 from Mirag1993/Мердж-с-оффами
Does Penance So The Ghosts Go Away (shiptest-ss13#2442)
- Loading branch information
Showing
7 changed files
with
9,267 additions
and
6,881 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE | ||
"a" = ( | ||
/obj/structure/elevator_platform, | ||
/obj/machinery/status_display/elevator{ | ||
pixel_x = -32 | ||
}, | ||
/turf/template_noop, | ||
/area/template_noop) | ||
"e" = ( | ||
/obj/structure/elevator_platform, | ||
/obj/machinery/light/small/directional/east, | ||
/turf/template_noop, | ||
/area/template_noop) | ||
"k" = ( | ||
/obj/structure/elevator_platform, | ||
/obj/machinery/light/small/directional/west, | ||
/turf/template_noop, | ||
/area/template_noop) | ||
"A" = ( | ||
/obj/structure/elevator_platform, | ||
/turf/template_noop, | ||
/area/template_noop) | ||
"S" = ( | ||
/obj/structure/elevator_platform, | ||
/obj/machinery/elevator_floor_button{ | ||
pixel_y = 0; | ||
dir = 8; | ||
pixel_x = 24 | ||
}, | ||
/turf/template_noop, | ||
/area/template_noop) | ||
|
||
(1,1,1) = {" | ||
k | ||
a | ||
k | ||
"} | ||
(2,1,1) = {" | ||
A | ||
A | ||
A | ||
"} | ||
(3,1,1) = {" | ||
e | ||
S | ||
e | ||
"} |
Oops, something went wrong.