mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Make mod-stamped papers apply the correct stamp. (#32452)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user