[MIRROR] Fixed shuttle loan paperwork being unstampable (#29282)

* Fixed shuttle loan paperwork being unstampable (#85721)

## About The Pull Request

Closes #85717

## Changelog
🆑
fix: Fixed shuttle loan paperwork being unstampable
/🆑

* Fixed shuttle loan paperwork being unstampable

---------

Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-08-14 16:43:10 +02:00
committed by GitHub
co-authored by SmArtKar
parent 064937a522
commit ea86760540
+1 -1
View File
@@ -44,7 +44,7 @@
if(.)
return
if(stamped || istype(attacking_item, /obj/item/stamp))
if(stamped || !istype(attacking_item, /obj/item/stamp))
return
if(istype(attacking_item, stamp_requested))