mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user