[MIRROR] [s] Fixes sleeper logging. (#7085)
* Merge pull request #38429 from AnturK/runtimeA [s] Fixes sleeper logging. * [s] Fixes sleeper logging.
This commit is contained in:
committed by
kevinz000
parent
602f52f423
commit
496a1d1165
@@ -183,7 +183,7 @@
|
||||
if((chem in available_chems) && chem_allowed(chem))
|
||||
occupant.reagents.add_reagent(chem_buttons[chem], 10) //emag effect kicks in here so that the "intended" chem is used for all checks, for extra FUUU
|
||||
if(user)
|
||||
add_logs(user, occupant, "injected [chem] into", additional = "via [src]")
|
||||
add_logs(user, occupant, "injected [chem] into", addition = "via [src]")
|
||||
return TRUE
|
||||
|
||||
/obj/machinery/sleeper/proc/chem_allowed(chem)
|
||||
|
||||
Reference in New Issue
Block a user