code/modules/mapping/mapping_helpers.dm
/obj/effect/mapping_helpers/atom_injector | Helpers used for injecting stuff into atoms on the map. |
---|---|
/obj/effect/mapping_helpers/atom_injector/component_injector | This helper applies components to things on the map directly. |
/obj/effect/mapping_helpers/atom_injector/element_injector | This helper applies elements to things on the map directly. |
/obj/effect/mapping_helpers/atom_injector/trait_injector | This helper applies traits to things on the map directly. |
/obj/effect/mapping_helpers/atom_injector/custom_icon | Fetches an external dmi and applies to the target object |
/obj/effect/mapping_helpers/atom_injector/custom_sound | Fetches an external sound and applies to the target object |
/obj/effect/mapping_helpers/trapdoor_placer |