Avatar code working

This commit is contained in:
Warior4356
2017-03-20 17:34:40 -07:00
parent 6e4f027e50
commit ef9ad52706
9 changed files with 288 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
//The bigger ones lag like hell if there is more than one on a z-level, so cost 2 for them
/datum/map_template/vr/level
prefix = "_maps/map_files/templates/vr/"
cost = 1
/datum/map_template/vr/level/lobby
id = "lobby"
suffix = "lobby.dmm"
name = "Biological Storage Facility"
description = "This is the lobby. The hub for all things VR."
cost = 2