san7890andGitHub 08b1af1a33 Updates Offer/Give Code To Ignore Abstract Items (#73039)
## About The Pull Request

Hey there,


![image](https://user-images.githubusercontent.com/34697715/215311889-3f6072b7-2c9e-4d85-8c02-37e45e75c10c.png)

I think it's a bit silly to get an alert that that says "you are being
offered the off-hand", but it's also just silly to get any abstract
items that you literally shouldn't be able to obtain in this manner
(even if they end up deleting itself). So, let's update the code to have
a check for this (as well as allow potential "hand items", like when you
wanna offer your hand for someone to drag you along) so it doesn't
happen.
## Why It's Good For The Game

It's an abstract item, it shouldn't be considered to be an actual extant
item that can be given to people (seeing an alert with the off-hand icon
made me laugh a bit). Should still work with everything else that needs
it.
## Changelog
🆑
fix: You now should no longer be able to accidentally offer someone your
"off-hand" item, since it's an abstract thing that shouldn't be
considered a physical entity.
/🆑
2023-01-31 10:02:26 +01:00
2022-12-22 04:42:48 -08:00
2022-12-21 08:34:36 +00:00
2021-08-25 16:09:00 +02:00
2021-10-27 01:50:55 +01:00
2022-11-01 11:45:57 +13:00

/tg/station codebase

Build Status Percentage of issues still open Average time to resolve an issue Coverage

resentment resentment forinfinityandbyond

This is the codebase for the /tg/station flavoured fork of SpaceStation 13.

Space Station 13 is a paranoia-laden round-based roleplaying game set against the backdrop of a nonsensical, metal death trap masquerading as a space station, with charming spritework designed to represent the sci-fi setting and its dangerous undertones. Have fun, and survive!

DOWNLOADING

Downloading

Running on the server

Maps and Away Missions

How to compile

On 2021-01-04 we have changed the way to compile the codebase.

The quick way. Find bin/server.cmd in this folder and double click it to automatically build and host the server on port 1337.

The long way. Find bin/build.cmd in this folder, and double click it to initiate the build. It consists of multiple steps and might take around 1-5 minutes to compile. If it closes, it means it has finished its job. You can then setup the server normally by opening tgstation.dmb in DreamDaemon.

Building tgstation in DreamMaker directly is now deprecated and might produce errors, such as 'tgui.bundle.js': cannot find file.

How to compile in VSCode and other build options.

Contributors

Guides for Contributors

/tg/station HACKMD account - Design documentation here

Interested in some starting lore?

LICENSE

All code after commit 333c566b88108de218d882840e61928a9b759d8f on 2014/31/12 at 4:38 PM PST is licensed under GNU AGPL v3.

All code before commit 333c566b88108de218d882840e61928a9b759d8f on 2014/31/12 at 4:38 PM PST is licensed under GNU GPL v3. (Including tools unless their readme specifies otherwise.)

See LICENSE and GPLv3.txt for more details.

The TGS DMAPI API is licensed as a subproject under the MIT license.

See the footer of code/__DEFINES/tgs.dm and code/modules/tgs/LICENSE for the MIT license.

All assets including icons and sound are under a Creative Commons 3.0 BY-SA license unless otherwise indicated.

Languages
DM 91.5%
TypeScript 5.9%
JavaScript 1.6%
Python 0.5%
SCSS 0.2%