[ADMIN] show donator logging like other logs (#18508)

* moves clown/mime space to north of theatre

* moved kitchen receiving to east instead of south of cold room

* move janitors closet and service maint and hydroponics help

* upstream fix

* obvious fixes

* merge conflicts + floor decals

* revert yogsmeta to previous state (ugh)

* readds changes (ugh)

* Update Yogsmeta.dmm

* Update tails.dm

* disposals

* donator log

* Update code/modules/admin/verbs/individual_logging.dm

Co-authored-by: Ling <lingbleed@gmail.com>

* Update code/modules/admin/verbs/individual_logging.dm

Co-authored-by: Ling <lingbleed@gmail.com>

---------

Co-authored-by: Ling <lingbleed@gmail.com>
This commit is contained in:
Byemoh
2023-04-16 18:22:03 -05:00
committed by GitHub
parent 4c52a1f610
commit 94ad978e49
4 changed files with 10 additions and 2 deletions

View File

@@ -1190,6 +1190,8 @@
log_ooc(log_text)
if(LOG_LOOC) // yogs - LOOC log
log_looc(log_text) // yogs - LOOC log
if(LOG_DONATOR) // yogs - Donator log
log_donator(log_text) // yogs - Donator log
if(LOG_ADMIN)
log_admin(log_text)
if(LOG_ADMIN_PRIVATE)