mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] Refactors Newscaster cartridge to tablet app [MDB IGNORE] (#12652)
* Refactors Newscaster cartridge to tablet app (#66035) * Refactors Newscaster cartridge to tablet app * Update maint_loot_uncommon.dm Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
co-authored by
John Willard
Gandalf
parent
9992b82048
commit
c99897ca9c
@@ -45,7 +45,7 @@
|
||||
/datum/newspanel/ui_interact(mob/user, datum/tgui/ui)
|
||||
ui = SStgui.try_update_ui(user, src, ui)
|
||||
if(!ui)
|
||||
ui = new(user, src, "Newscaster")
|
||||
ui = new(user, src, "PhysicalNewscaster")
|
||||
ui.open()
|
||||
|
||||
/datum/newspanel/ui_static_data(mob/user)
|
||||
|
||||
Reference in New Issue
Block a user