Miscellaneous telescience fixes. (#3462)

* Reverts the decrease of starting crystals post-Genetics revert in telescience, as well as correcting the starting Z level.
This commit is contained in:
MarinaGryphon
2017-09-20 03:40:33 -05:00
committed by Werner
parent fffe950598
commit 8b256a927a
3 changed files with 9 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
// VARIABLES //
var/teles_left // How many teleports left until it becomes uncalibrated
var/datum/projectile_data/last_tele_data = null
var/z_co = 3
var/z_co = 4
var/power_off
var/rotation_off
//var/angle_off
@@ -26,7 +26,7 @@
var/list/power_options = list(5, 10, 20, 25, 30, 40, 50, 80, 100)
var/teleporting = 0
var/starting_crystals = 0 //Edit this on the map, seriously.
var/max_crystals = 4
var/max_crystals = 5
var/list/crystals = list()
var/obj/item/device/gps/inserted_gps