Skip to content

Commit

Permalink
Update code/modules/paperwork/stickers.dm
Browse files Browse the repository at this point in the history
Co-authored-by: KIBORG04 <[email protected]>
  • Loading branch information
DarthSidiousPalpatine and KIBORG04 authored Nov 26, 2024
1 parent b594837 commit 0b5b654
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/paperwork/stickers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@

AddComponent(/datum/component/bounded, target, 0, 0, CALLBACK(src, PROC_REF(resolve_stranded)))

return

/obj/item/weapon/paper/sticker/proc/resolve_stranded(datum/component/bounded/bounds)
if(get_dist(bounds.master, src) <= 1 && isturf(loc))
forceMove(bounds.master.loc)
Expand Down

0 comments on commit 0b5b654

Please sign in to comment.