Make mod-stamped papers apply the correct stamp. (#32452)

This commit is contained in:
Alan
2026-08-23 14:04:29 +00:00
committed by GitHub
parent 3eaa22a03d
commit c7649f0acd
+4 -1
View File
@@ -551,7 +551,10 @@
if(!stamped)
stamped = new
stamped += S.type
if(istype(S, /obj/item/stamp/mod))
stamped += S.icon_state == "stamp-ok" ? /obj/item/stamp/granted : /obj/item/stamp/denied
else
stamped += S.type
stamp_overlays += stampoverlay
update_icon(UPDATE_OVERLAYS)