Successful stamping closes paper UI (#96983)

## About The Pull Request

Automatically closes the paper UI when you successfully apply a stamp.

## Why It's Good For The Game

QOL not having to manually close each paper's window as you're stamping
manifests, forms, etc.

## Changelog

🆑 LT3
qol: Stamping a paper now automatically closes the paper UI
/🆑
This commit is contained in:
LT3
2026-07-16 18:01:02 +02:00
committed by GitHub
parent 3a1f949e60
commit 0571b8a962
+1
View File
@@ -693,6 +693,7 @@ GAME_VERB_SRC(/obj/item/paper, rename, usr, "Rename paper", null)
playsound(src, 'sound/items/handling/standard_stamp.ogg', 50, vary = TRUE)
update_appearance()
ui.close()
update_static_data_for_all_viewers()
return TRUE
if("add_text")