Ports a lot of stuff from all around (#23)

* shhh

* checks the thing

* please don't hurt me, it is my first time

* there, much better

* this is huge

Co-authored-by: crazyraio2 <44246096+crazyraio2@users.noreply.github.com>
This commit is contained in:
Enric Gabriel
2020-07-14 01:31:52 -03:00
committed by GitHub
co-authored by crazyraio2
parent 66dc5b5a7e
commit b5f77eeb66
57 changed files with 1810 additions and 11 deletions
+7
View File
@@ -26,6 +26,13 @@ SUBSYSTEM_DEF(research)
var/list/techweb_nodes_hidden = list() //Node ids that should be hidden by default.
var/list/techweb_nodes_experimental = list() //Node ids that are exclusive to the BEPIS.
//SKYRAT CHANGE
//PROBLEM COMPUTER CHARGES
var/problem_computer_max_charges = 5
var/problem_computer_charges = 5
var/problem_computer_charge_time = 90 SECONDS
var/problem_computer_next_charge_time = 0
var/list/techweb_point_items = list( //path = list(point type = value)
/obj/item/assembly/signaler/anomaly = list(TECHWEB_POINT_TYPE_GENERIC = 10000),
// - Slime Extracts! - Basics
+8
View File
@@ -58,6 +58,14 @@ SUBSYSTEM_DEF(shuttle)
var/realtimeofstart = 0
//SKYRAT CHANGE
//PROBLEM COMPUTER CHARGES
var/problem_computer_max_charges = 5
var/problem_computer_charges = 5
var/problem_computer_charge_time = 90 SECONDS
var/problem_computer_next_charge_time = 0
//END SKYRAT CHANGE
/datum/controller/subsystem/shuttle/Initialize(timeofday)
ordernum = rand(1, 9000)