Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds tongs #78698

Merged
merged 7 commits into from Oct 3, 2023
Merged

Adds tongs #78698

merged 7 commits into from Oct 3, 2023

Conversation

Jacquerel
Copy link
Contributor

About The Pull Request

dreamseeker_6nkq7xbypa.

Adds tongs, as requested on the Official TGStation13 Forums
Tongs can be used to pick up food from two tiles away, and feed it to people who are two tiles away.
You can also use them while in your hand to snap them together like a crab, or use them to harmlessly pinch people who are up to two tiles away.

Tongs are available from the kitchen's dinnerware vendor, the autolathe, and the service lathe.

Why It's Good For The Game

You can feed people from across a counter, without touching the food and spreading your germs to them.

Changelog

馃啈 Coded by Jacquerel, Sprited by Dalmationer
add: Added tongs to the kitchen, which you can use to manipulate food from further away
/:cl:

@tgstation-server tgstation-server added Sprites A bikeshed full of soulless bikes. Feature Exposes new bugs in interesting ways labels Oct 1, 2023
code/game/objects/items/tongs.dm Outdated Show resolved Hide resolved
code/game/objects/items/tongs.dm Outdated Show resolved Hide resolved
code/game/objects/items/tongs.dm Outdated Show resolved Hide resolved
code/game/objects/items/tongs.dm Outdated Show resolved Hide resolved
code/game/objects/items/tongs.dm Outdated Show resolved Hide resolved
code/game/objects/items/tongs.dm Outdated Show resolved Hide resolved
code/game/objects/items/tongs.dm Show resolved Hide resolved
@MrMelbert MrMelbert marked this pull request as draft October 1, 2023 03:42
@Wallemations
Copy link
Contributor

Can I see how it looks holding other food items besides the burger

Not all that important I just wanna see like
How the transformation handles it

@Dawnseer
Copy link
Contributor

Dawnseer commented Oct 1, 2023

A pair of tongs HAS to come with the grill crate. This is vital to the wellbeing of the station.

Copy link
Member

@JohnFulpWillard JohnFulpWillard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why aren't these edible

@Jacquerel
Copy link
Contributor Author

why aren't these edible

what did he mean by this

@JohnFulpWillard
Copy link
Member

I demanded this in the thread you link yet I see no evidence of its existence here

Address reviews
Added to grill crate
@Jacquerel Jacquerel marked this pull request as ready for review October 1, 2023 16:47
@Jacquerel
Copy link
Contributor Author

I demanded this in the thread you link yet I see no evidence of its existence here

My brain is too small to understand how you would eat metal tongs or why

@JohnFulpWillard
Copy link
Member

@Thunder12345
Copy link
Contributor

Can you pick up cats with them
10ff9dfb1d640c1987affff8d3acacf2

@excalisword
Copy link

Just wondering, will you give service borgs some form of these?

@Jacquerel
Copy link
Contributor Author

Just wondering, will you give service borgs some form of these?

Seems like a sensible thing for someone to do but I am not going to in this PR

@Jacquerel
Copy link
Contributor Author

Can I see how it looks holding other food items besides the burger

Not all that important I just wanna see like How the transformation handles it

I swear I posted an image of this but now I don't see it.
image

code/modules/cargo/packs/organic.dm Outdated Show resolved Hide resolved
code/modules/vending/drinnerware.dm Outdated Show resolved Hide resolved
code/game/objects/items/tongs.dm Outdated Show resolved Hide resolved
@Farquaar
Copy link
Contributor

Farquaar commented Oct 3, 2023

I want to use tongs to pick up chickens
https://www.youtube.com/shorts/lQSw0yMMGtU

@TheVekter
Copy link
Contributor

馃馃馃馃馃

@san7890 san7890 merged commit 2d39c12 into tgstation:master Oct 3, 2023
19 checks passed
comfyorange added a commit that referenced this pull request Oct 3, 2023
github-actions bot added a commit that referenced this pull request Oct 3, 2023
@Jacquerel Jacquerel deleted the click-clack branch October 3, 2023 22:03
admeeer pushed a commit to admeeer/tgstation-admeeer-fork that referenced this pull request Oct 4, 2023
## About The Pull Request


![dreamseeker_6nkq7xbypa](https://github.com/tgstation/tgstation/assets/7483112/60f86b9d-a5aa-4630-8ab4-8956b2e44665).

Adds tongs, as requested on the [Official TGStation13
Forums](https://tgstation13.org/phpBB/viewtopic.php?f=9&t=33026)
Tongs can be used to pick up food from two tiles away, and feed it to
people who are two tiles away.
You can also use them while in your hand to snap them together like a
crab, or use them to harmlessly pinch people who are up to two tiles
away.

Tongs are available from the kitchen's dinnerware vendor, the autolathe,
and the service lathe.

## Why It's Good For The Game

You can feed people from across a counter, without touching the food and
spreading your germs to them.

## Changelog

:cl: Coded by Jacquerel, Sprited by Dalmationer
add: Added tongs to the kitchen, which you can use to manipulate food
from further away
/:cl:
admeeer pushed a commit to admeeer/tgstation-admeeer-fork that referenced this pull request Oct 4, 2023
Jolly-66 pushed a commit to TaleStation/TaleStation that referenced this pull request Oct 7, 2023
Original PR: tgstation/tgstation#78698
-----
## About The Pull Request


![dreamseeker_6nkq7xbypa](https://github.com/tgstation/tgstation/assets/7483112/60f86b9d-a5aa-4630-8ab4-8956b2e44665).

Adds tongs, as requested on the [Official TGStation13
Forums](https://tgstation13.org/phpBB/viewtopic.php?f=9&t=33026)
Tongs can be used to pick up food from two tiles away, and feed it to
people who are two tiles away.
You can also use them while in your hand to snap them together like a
crab, or use them to harmlessly pinch people who are up to two tiles
away.

Tongs are available from the kitchen's dinnerware vendor, the autolathe,
and the service lathe.

## Why It's Good For The Game

You can feed people from across a counter, without touching the food and
spreading your germs to them.

## Changelog

:cl: Coded by Jacquerel, Sprited by Dalmationer
add: Added tongs to the kitchen, which you can use to manipulate food
from further away
/:cl:

---------

Co-authored-by: Jacquerel <hnevard@gmail.com>
dwasint pushed a commit to dwasint/Monkestation2.0 that referenced this pull request Nov 19, 2023
![dreamseeker_6nkq7xbypa](https://github.com/tgstation/tgstation/assets/7483112/60f86b9d-a5aa-4630-8ab4-8956b2e44665).

Adds tongs, as requested on the [Official TGStation13
Forums](https://tgstation13.org/phpBB/viewtopic.php?f=9&t=33026)
Tongs can be used to pick up food from two tiles away, and feed it to
people who are two tiles away.
You can also use them while in your hand to snap them together like a
crab, or use them to harmlessly pinch people who are up to two tiles
away.

Tongs are available from the kitchen's dinnerware vendor, the autolathe,
and the service lathe.

You can feed people from across a counter, without touching the food and
spreading your germs to them.

:cl: Coded by Jacquerel, Sprited by Dalmationer
add: Added tongs to the kitchen, which you can use to manipulate food
from further away
/:cl:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Exposes new bugs in interesting ways Sprites A bikeshed full of soulless bikes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet