mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 05:51:56 +00:00
Update DMM Suite (#2711)
Updates the DMM Suite from /tg/ upstream, adding the ability to load tgm format maps, tick-checks, and better compatibility with SSatoms / Initialize(). Also adds some framework for random ruin generation, though it is not functional yet.
This commit is contained in:
@@ -130,6 +130,8 @@ move an amendment</a> to the drawing.</p>
|
||||
|
||||
A.always_unpowered = 0
|
||||
|
||||
sorted_add_area(A)
|
||||
|
||||
spawn(5)
|
||||
//ma = A.master ? "[A.master]" : "(null)"
|
||||
//world << "DEBUG: create_area(5): <br>A.name=[A.name]<br>A.tag=[A.tag]<br>A.master=[ma]"
|
||||
@@ -155,6 +157,7 @@ move an amendment</a> to the drawing.</p>
|
||||
return
|
||||
set_area_machinery_title(A,str,prevname)
|
||||
A.name = str
|
||||
sortTim(all_areas, /proc/cmp_text_asc)
|
||||
usr << "<span class='notice'>You set the area '[prevname]' title to '[str]'.</span>"
|
||||
interact()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user