QoL stuffs (#19285)

This commit is contained in:
Guti
2026-03-17 01:44:25 +01:00
committed by GitHub
parent d2506924e1
commit bf6c3559b9
6 changed files with 38 additions and 25 deletions
@@ -231,6 +231,10 @@
anomalous = !anomalous
burst_delay = anomalous ? 3 : 8
to_chat(user, span_notice("The beam is now set to [anomalous ? "anomalous." : "normal."]"))
if(anomalous)
description_info = "Use a multitool to change the particle type."
else
description_info = initial(description_info)
return
if(W.has_tool_quality(TOOL_MULTITOOL) && anomalous)
var/chosen_particle = tgui_input_list(user, "Select particle type", "Particle Selection", ANOMALY_PARTICLE_ALL)