[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:
CitadelStationBot
2018-06-12 19:23:37 -05:00
committed by kevinz000
parent 602f52f423
commit 496a1d1165
+1 -1
View File
@@ -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)