Adds load away mission verb (#36568)

* Adds load away mission verb

* You seen nothing.

* Is this more readable ?
This commit is contained in:
AnturK
2018-03-27 04:33:45 +02:00
committed by yogstation13-bot
parent 544cafc384
commit 8f40dba13b
5 changed files with 69 additions and 6 deletions

View File

@@ -65,6 +65,8 @@
initTemplateBounds(bounds)
log_game("Z-level [name] loaded at at [x],[y],[world.maxz]")
return level
/datum/map_template/proc/load(turf/T, centered = FALSE)
if(centered)
T = locate(T.x - round(width/2) , T.y - round(height/2) , T.z)