Logs pouring reagents on floor with long jump link (#13642)

This commit is contained in:
Kammerjunk
2017-01-25 20:13:32 +01:00
committed by Probe1
parent 77156fb03e
commit 8a5bde671f

View File

@@ -286,7 +286,7 @@ var/list/LOGGED_SPLASH_REAGENTS = list(FUEL, THERMITE)
if(!src.is_empty())
for (var/reagent_id in LOGGED_SPLASH_REAGENTS)
if (reagents.has_reagent(reagent_id))
add_gamelogs(user, "poured '[reagent_id]' onto \the [target]", admin = TRUE, tp_link = TRUE, span_class = "danger")
add_gamelogs(user, "poured '[reagent_id]' onto \the [target]", admin = TRUE, tp_link = TRUE, tp_link_short = FALSE, span_class = "danger")
// Splash the thing
splash_sub(reagents, target, splashable_units, user)