mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
[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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user