mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 22:26:54 +01:00
8 lines
227 B
Plaintext
8 lines
227 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2025 Citadel Station Developers *//
|
|
|
|
/obj/structure/closet/admin_resolve_narrate()
|
|
. = list()
|
|
for(var/mob/target in .)
|
|
. += target
|