mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Logs pouring reagents on floor with long jump link (#13642)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user