Removes some hrefs from logging (#34310)
* Removes key_name_admin calls from logging * Removes JMP from gibtonite reaction logs
This commit is contained in:
committed by
CitadelStationBot
parent
2b9b826a95
commit
ed6ec3d63a
@@ -290,7 +290,7 @@
|
||||
resin_cooldown = TRUE
|
||||
R.remove_any(100)
|
||||
var/obj/effect/resin_container/A = new (get_turf(src))
|
||||
log_game("[key_name_admin(user)] used Resin Launcher at [get_area(user)] [COORD(user)].")
|
||||
log_game("[key_name(user)] used Resin Launcher at [get_area(user)] [COORD(user)].")
|
||||
playsound(src,'sound/items/syringeproj.ogg',40,1)
|
||||
for(var/a=0, a<5, a++)
|
||||
step_towards(A, target)
|
||||
|
||||
Reference in New Issue
Block a user