mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixes various runtimes regarding balloon alerts (#8748)
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
mode = t
|
||||
var/datum/reagent/R = SSchemistry.chemical_reagents[reagent_ids[mode]]
|
||||
// to_chat(usr, "<span class='notice'>Synthesizer is now producing '[R.name]'.</span>")
|
||||
balloon_alert(usr, "Synthesizer producing is now producing '[R.name]'")
|
||||
balloon_alert(usr, "Synthesizer is now producing '[R.name]'") // CHOMPAdd
|
||||
|
||||
/obj/item/weapon/reagent_containers/borghypo/examine(mob/user)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user