mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-26 22:58:05 +01:00
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:
co-authored by
crazyraio2
parent
66dc5b5a7e
commit
b5f77eeb66
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user