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 10:40:33 +02:00
committed by Werner
parent fffe950598
commit 8b256a927a
3 changed files with 9 additions and 3 deletions
+2 -2
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
+6
View File
@@ -0,0 +1,6 @@
author: MoondancerPony
delete-after: True
changes:
- tweak: "Telescience now starts with 3 crystals again."
- balance: "Telescience can now go up to 5 crystals instead of just 4."
- bugfix: "The default Z-level for the telescience console is now the level it's actually on."
+1 -1
View File
@@ -50627,7 +50627,7 @@
dir = 8
},
/obj/machinery/computer/telescience{
starting_crystals = 3
starting_crystals = 4
},
/turf/simulated/floor/tiled/white,
/area/rnd/telesci)