Adds innate ability for people to create small areas

With paper.
Also adds two Southern Cross areas to the lists.
Also makes some global procs for ultra-quick area generation that anything can use and badmins can call.
https://i.imgur.com/wnm3joF.png
Removes a debug message
This commit is contained in:
C.L
2022-10-01 23:27:49 -04:00
parent 6eb311dc1d
commit 0f7f886ae1
3 changed files with 178 additions and 3 deletions
-1
View File
@@ -725,7 +725,6 @@
T.ChangeTurf(floor_type)
else
new floor_type(T)
log_debug("area_enabled is set to [area_enabled]")
if(area_enabled) //Let's try not to make a new area unless you got walls and a floor.
create_buildmode_area(area_name, origin) //Generates a new area.