mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Merge branch 'master' into corporate-comms
This commit is contained in:
@@ -39,6 +39,9 @@ SUBSYSTEM_DEF(air)
|
||||
var/list/active_super_conductivity = list()
|
||||
var/list/high_pressure_delta = list()
|
||||
|
||||
/// Pipe overlay/underlay icon manager
|
||||
var/datum/pipe_icon_manager/icon_manager
|
||||
|
||||
|
||||
var/list/currentrun = list()
|
||||
var/currentpart = SSAIR_DEFERREDPIPENETS
|
||||
@@ -66,6 +69,7 @@ SUBSYSTEM_DEF(air)
|
||||
|
||||
/datum/controller/subsystem/air/Initialize(timeofday)
|
||||
setup_overlays() // Assign icons and such for gas-turf-overlays
|
||||
icon_manager = new() // Sets up icon manager for pipes
|
||||
setup_allturfs()
|
||||
setup_atmos_machinery(GLOB.machines)
|
||||
setup_pipenets(GLOB.machines)
|
||||
|
||||
@@ -245,7 +245,7 @@ SUBSYSTEM_DEF(changelog)
|
||||
if(config.wikiurl)
|
||||
if(alert("This will open the wiki in your browser. Are you sure?",,"Yes","No")=="No")
|
||||
return
|
||||
usr.client.wiki("") // Blank arg is important here
|
||||
usr.client.wiki()
|
||||
else
|
||||
to_chat(usr, "<span class='danger'>The Wiki URL is not set in the server configuration. Please inform the server host.</span>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user