mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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."
|
||||
@@ -50627,7 +50627,7 @@
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/computer/telescience{
|
||||
starting_crystals = 3
|
||||
starting_crystals = 4
|
||||
},
|
||||
/turf/simulated/floor/tiled/white,
|
||||
/area/rnd/telesci)
|
||||
|
||||
Reference in New Issue
Block a user