mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Adds more reasons to explosion logging (#28812)
* explos * yeah good enough * shorten that * use ckey * forgot this cause * unfuck it
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
flash = tgui_input_number(user, "Range of Flash", "Flash", -1, min_value = -1)
|
||||
flames = tgui_input_number(user, "Range of Flames", "Flames", -1, min_value = -1)
|
||||
|
||||
/datum/buildmode_mode/boom/handle_click(user, params, obj/object)
|
||||
/datum/buildmode_mode/boom/handle_click(mob/user, params, obj/object)
|
||||
var/list/pa = params2list(params)
|
||||
var/left_click = pa.Find("left")
|
||||
|
||||
if(left_click)
|
||||
log_admin("Build Mode: [key_name(user)] created an explosion at ([object.x],[object.y],[object.z])")
|
||||
explosion(object, devastation, heavy, light, flash, null, TRUE, flames)
|
||||
explosion(object, devastation, heavy, light, flash, null, TRUE, flames, cause = "[user.ckey]: Buildmode boom")
|
||||
|
||||
Reference in New Issue
Block a user