refactors point redemption vendors (#7005)

this is a quick one

makes them less code copypaste-y and easier to modify in the future as
i'll want to do some experimentation on the system when we start
reworking explo
This commit is contained in:
silicons
2025-03-02 16:00:02 +01:00
committed by GitHub
parent 1932583b1d
commit 29547e194a
50 changed files with 858 additions and 773 deletions
@@ -27,7 +27,7 @@
return
switch(id)
if("modify")
return tgui_cardmod.ui_act(action, params, ui)
return tgui_cardmod.ui_act(action, params, ui, new /datum/event_args/actor(usr))
/datum/computer_file/program/card_mod/ui_pre_open(datum/tgui/ui)
ui.register_module(tgui_cardmod, "modify")