mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Ports the weather system from Nebula. (#18706)
* part 1 * compiles? * IT WORKS * vis contents * fixes * umbrelloid * umbrella 2 * dsasdd * stuff * lmao --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -232,7 +232,10 @@ var/list/admin_verbs_debug = list(
|
||||
/turf/proc/view_chunk,
|
||||
/turf/proc/update_chunk,
|
||||
/client/proc/profiler_start,
|
||||
/client/proc/rustg_send_udp
|
||||
/client/proc/rustg_send_udp,
|
||||
/datum/admins/proc/force_initialize_weather,
|
||||
/datum/admins/proc/force_weather_state,
|
||||
/datum/admins/proc/force_kill_weather
|
||||
)
|
||||
|
||||
var/list/admin_verbs_paranoid_debug = list(
|
||||
|
||||
Reference in New Issue
Block a user