mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
Small fixes, updated changelog.
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
var/list/animal_spawners = list()
|
||||
|
||||
|
||||
/obj/machinery/jungle_controller/proc/initialise()
|
||||
/obj/machinery/jungle_controller/initialize()
|
||||
world << "\red \b Setting up jungle, this may take a bleeding eternity..."
|
||||
|
||||
//crash dat shuttle
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
idle_power_usage = 4
|
||||
active_power_usage = 8
|
||||
power_channel = ENVIRON
|
||||
req_access = list(access_atmospherics, access_engine_equip)
|
||||
req_one_access = list(access_atmospherics, access_engine_equip)
|
||||
var/frequency = 1439
|
||||
//var/skipprocess = 0 //Experimenting
|
||||
var/alarm_frequency = 1437
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
use_power = 0
|
||||
var/release_log = ""
|
||||
|
||||
/obj/machinery/portable_atmospherics/canister/New()
|
||||
/obj/machinery/portable_atmospherics/initialize()
|
||||
. = ..()
|
||||
spawn()
|
||||
var/obj/machinery/atmospherics/portables_connector/connector = locate() in loc
|
||||
|
||||
Reference in New Issue
Block a user