Skip to content

Commit

Permalink
[MIRROR] It is now possible to survive the Mansus [MDB IGNORE] (#203)
Browse files Browse the repository at this point in the history
* It is now possible to survive the Mansus  (#79131)

---------
Co-authored-by: Jacquerel <[email protected]>
  • Loading branch information
Steals-The-PRs authored Oct 21, 2023
1 parent 42b1e89 commit 3562fbb
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 79 deletions.
60 changes: 1 addition & 59 deletions _maps/templates/lazy_templates/heretic_sacrifice.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -761,13 +761,9 @@ ab
ab
ab
ab
ab
ab
"}
(2,1,1) = {"
ab
ab
Fd
Fd
Fd
Fd
Expand Down Expand Up @@ -811,7 +807,6 @@ ab
"}
(3,1,1) = {"
ab
ab
Fd
jt
jt
Expand Down Expand Up @@ -851,12 +846,10 @@ La
La
La
La
Fd
ab
"}
(4,1,1) = {"
ab
ab
Fd
jt
AY
Expand Down Expand Up @@ -896,12 +889,10 @@ AO
wY
Wb
La
Fd
ab
"}
(5,1,1) = {"
ab
ab
Fd
wo
AY
Expand Down Expand Up @@ -941,12 +932,10 @@ AO
AO
wY
La
Fd
ab
"}
(6,1,1) = {"
ab
ab
Fd
wo
AY
Expand Down Expand Up @@ -986,12 +975,10 @@ AO
AO
AO
La
Fd
ab
"}
(7,1,1) = {"
ab
ab
Fd
jt
AY
Expand Down Expand Up @@ -1031,12 +1018,10 @@ AO
AO
wY
La
Fd
ab
"}
(8,1,1) = {"
ab
ab
Fd
En
AY
Expand Down Expand Up @@ -1076,12 +1061,10 @@ AO
wY
jB
La
Fd
ab
"}
(9,1,1) = {"
ab
ab
Fd
En
fL
Expand Down Expand Up @@ -1121,12 +1104,10 @@ AO
wY
Wb
La
Fd
ab
"}
(10,1,1) = {"
ab
ab
Fd
jt
AY
Expand Down Expand Up @@ -1166,12 +1147,10 @@ AO
wY
Wb
La
Fd
ab
"}
(11,1,1) = {"
ab
ab
Fd
wo
fL
Expand Down Expand Up @@ -1211,12 +1190,10 @@ AO
AO
wY
La
Fd
ab
"}
(12,1,1) = {"
ab
ab
Fd
wo
AY
Expand Down Expand Up @@ -1256,12 +1233,10 @@ wY
AO
AO
La
Fd
ab
"}
(13,1,1) = {"
ab
ab
Fd
jt
AY
Expand Down Expand Up @@ -1301,12 +1276,10 @@ qn
wY
AO
La
Fd
ab
"}
(14,1,1) = {"
ab
ab
Fd
jt
jt
Expand Down Expand Up @@ -1346,13 +1319,10 @@ La
La
La
La
Fd
ab
"}
(15,1,1) = {"
ab
ab
Fd
Fd
Fd
Fd
Expand Down Expand Up @@ -1396,7 +1366,6 @@ ab
"}
(16,1,1) = {"
ab
ab
Fd
fO
fO
Expand Down Expand Up @@ -1436,12 +1405,10 @@ HQ
HQ
HQ
HQ
Fd
ab
"}
(17,1,1) = {"
ab
ab
Fd
fO
fO
Expand Down Expand Up @@ -1481,12 +1448,10 @@ St
ui
St
HQ
Fd
ab
"}
(18,1,1) = {"
ab
ab
Fd
fO
fO
Expand Down Expand Up @@ -1526,12 +1491,10 @@ Xt
Vd
ui
HQ
Fd
ab
"}
(19,1,1) = {"
ab
ab
Fd
fO
fO
Expand Down Expand Up @@ -1571,12 +1534,10 @@ hZ
ui
St
HQ
Fd
ab
"}
(20,1,1) = {"
ab
ab
Fd
fO
fO
Expand Down Expand Up @@ -1616,12 +1577,10 @@ RW
RW
St
HQ
Fd
ab
"}
(21,1,1) = {"
ab
ab
Fd
fO
fO
Expand Down Expand Up @@ -1661,12 +1620,10 @@ St
RW
St
HQ
Fd
ab
"}
(22,1,1) = {"
ab
ab
Fd
fO
fO
Expand Down Expand Up @@ -1706,12 +1663,10 @@ JJ
ui
St
HQ
Fd
ab
"}
(23,1,1) = {"
ab
ab
Fd
fO
fO
Expand Down Expand Up @@ -1751,12 +1706,10 @@ ui
ui
St
HQ
Fd
ab
"}
(24,1,1) = {"
ab
ab
Fd
fO
fO
Expand Down Expand Up @@ -1796,12 +1749,10 @@ rP
ui
St
HQ
Fd
ab
"}
(25,1,1) = {"
ab
ab
Fd
fO
fO
Expand Down Expand Up @@ -1841,12 +1792,10 @@ RW
cS
ui
HQ
Fd
ab
"}
(26,1,1) = {"
ab
ab
Fd
fO
fO
Expand Down Expand Up @@ -1886,12 +1835,10 @@ Yp
Xt
St
HQ
Fd
ab
"}
(27,1,1) = {"
ab
ab
Fd
fO
fO
Expand Down Expand Up @@ -1931,13 +1878,10 @@ HQ
HQ
HQ
HQ
Fd
ab
"}
(28,1,1) = {"
ab
ab
Fd
Fd
Fd
Fd
Expand Down Expand Up @@ -2017,9 +1961,7 @@ ab
ab
ab
ab
ab
ab
ab
Fd
ab
ab
ab
Expand Down
5 changes: 5 additions & 0 deletions code/game/objects/structures/bonfire.dm
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@
density = TRUE

/obj/structure/bonfire/prelit/Initialize(mapload)
. = ..()
return INITIALIZE_HINT_LATELOAD

// Late init so that we can wait for air to exist in lazyloaded templates
/obj/structure/bonfire/prelit/LateInitialize()
. = ..()
start_burning()

Expand Down
Loading

0 comments on commit 3562fbb

Please sign in to comment.