Skip to content

Commit

Permalink
[MIRROR] pillow altclick sanity (#782)
Browse files Browse the repository at this point in the history
* pillow altclick sanity (#81265)

## About The Pull Request

you may no longer rip out the tag with the power of your mind at range

## Why It's Good For The Game

bug bad

## Changelog
:cl:
fix: you may no longer rip pillow tags at range without telekinesis or
crit or any other time you shouldnt be capable of it
/:cl:

* pillow altclick sanity

---------

Co-authored-by: jimmyl <[email protected]>
  • Loading branch information
2 people authored and FFMirrorBot committed Feb 5, 2024
1 parent dc85592 commit 2e0a9c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/items/pillow.dm
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@

/obj/item/pillow/AltClick(mob/user)
. = ..()
if(!can_interact(user) || !user.can_hold_items(src))
return
if(!pillow_trophy)
balloon_alert(user, "no tag!")
return
Expand Down

0 comments on commit 2e0a9c6

Please sign in to comment.