mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-17 22:07:06 +01:00
16 lines
490 B
Plaintext
16 lines
490 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2025 Citadel Station Developers *//
|
|
|
|
/**
|
|
* A handler for things like explosions, EMPs, concussive blasts, sharpnel, etc
|
|
*/
|
|
SUBSYSTEM_DEF(spatial_effects)
|
|
name = "Spatial Effects"
|
|
subsystem_flags = SS_NO_FIRE | SS_NO_INIT
|
|
|
|
/**
|
|
* All procs should call this at the top.
|
|
*/
|
|
/datum/controller/subsystem/spatial_effects/proc/log_effect_invocation(effect_type, list/effect_params)
|
|
// TODO: logging
|