Commit Graph

24788 Commits

Author SHA1 Message Date
DrSmugleaf
0273bbcbf3 Fix right click not showing the context menu in AHelps, players tab and objects tab (#22798)
* Fix right clicks in AHelp window

* Fix player tab right click

* Fix objects tab right click
2023-12-20 23:32:52 -07:00
RiceMar1244
5ee01ce900 Resprites energy sword and double energy sword (#22797)
* Removes old inhand visuals from e_sword.rsi and its meta.json

* Adds new visuals with a longer blade for the e sword

* Makes e sword use its new sprites and modifies other energy weapons prototypes to keep using their own inhands

* Makes the toy sword use the old less scary e sword sprites (and gives it BaseItem parent because I thought I broke something when i couldnt pick it up)

* Removes old desword sprites and modifies meta.json

* Temporarily removes esword blade sprites

* Adds back esword sprites after modifying them to flash instead of shimmer

* Adds new desword inhand sprites and modifies meta.json and entity prototype to use them

* Moves desword sprites back to its own folder from inhands_64x after a supposed prefix conflict

* Removes blade inhands

* Adds back blade inhands

* Moves all inhand sprites to their own inhand folders related to the items. Removes inhands_64x folder
2023-12-20 23:32:11 -07:00
Kevin Zheng
4c1e71e84a Raise cryo metabolism min temperature (#22785)
Many people have been running into issues cooling bodies to the current
temperature. Make it a bit easier by raising the max temperature.

This is the temperature that the body has to change to in order to
metabolize the drug, so in practice cryo has to cool lower than this in
order to actually get the body to this temperature.
2023-12-20 22:02:32 -08:00
PJBot
d5087e57a6 Automatic changelog update 2023-12-21 00:36:26 -05:00
CrigCrag
e9516fc43e add Fresium, a chillingly complex chemical to prank your friends with (#22527)
* everything

* tweakeroo

* maintspill

* some balancing and tweaking

* adds ice tags and gives it to ice crust

* fix code because im smart im the smart guy yeah that's me

* yeah

* oops

* do you wanna try that again

* conserve matter

* im rather smart
2023-12-20 22:35:22 -07:00
PJBot
8010111078 Automatic changelog update 2023-12-21 00:33:42 -05:00
Tunguso4ka
911e39f029 Resprited carpet sprites (#22674)
Updated carpet sprites
2023-12-20 22:32:38 -07:00
PJBot
56788b13fc Automatic changelog update 2023-12-21 00:32:02 -05:00
Guilherme Ornel
3db343f160 Updated (most) medipen sprites (#22789)
* changed sprites

* desaturated a bit
2023-12-20 22:30:58 -07:00
Emisse
9f166d8d23 lox update (#22796) 2023-12-20 22:30:30 -07:00
Emisse
999cd4c7e7 bagel update (#22795) 2023-12-20 22:24:01 -07:00
Emisse
6c9a419cdb reorganize emergency delta power structure (#22794)
fixe
2023-12-20 21:40:17 -07:00
Emisse
295c85c15c remove serialized rot from emergency meta.yml (#22793)
remove rot
2023-12-20 21:40:06 -07:00
PJBot
a3919cc430 Automatic changelog update 2023-12-20 23:20:54 -05:00
Kara
ad97580727 Rename Miasma to Ammonia (#22791)
* Rename Miasma to Ammonia

* Namespace changes

* Map change????? why
2023-12-20 21:19:50 -07:00
PJBot
bf7c788099 Automatic changelog update 2023-12-20 22:04:10 -05:00
Emisse
2eeaf5efcd Structural Balancing Pass (#22790)
* new structural type

* riveted wall stronk

* balance structural items
2023-12-20 20:03:06 -07:00
PJBot
e969f60c02 Automatic changelog update 2023-12-20 20:34:12 -05:00
username
c514af0366 Add nitrous oxide decomposition reaction (#22738)
Co-authored-by: whateverusername0 <whateveremail>
Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
2023-12-20 17:33:08 -08:00
PJBot
a157f7ae9b Automatic changelog update 2023-12-20 19:16:02 -05:00
username
5a4e04ea14 Add nitrous oxide synthesis reaction (#22774)
Co-authored-by: whateverusername0 <whateveremail>
Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
2023-12-20 16:14:59 -08:00
Emisse
77cf08c334 centcomm update (#22788) 2023-12-20 16:49:18 -07:00
PJBot
4ee2b7d5c9 Automatic changelog update 2023-12-20 18:47:23 -05:00
Velcroboy
3cf058f9f4 Add coal distribution to progen (#22755)
* Add coal distribution to progen

* Add sprite

---------

Co-authored-by: Jeff <velcroboy333@hotmail.com>
2023-12-20 16:46:20 -07:00
Kot
9e03d7cc3e fix: ExtensionCableSystem to be consistent (#22745)
* fix: Use manhattan distance for extension cable system

* fix: Changed my mind
2023-12-20 16:43:46 -07:00
Moomoobeef
b8583ed573 fixed nocturine locale (#22737)
* removed nocturine from the uplink catalog

* fixed nocturine locale, added back to catalog for 6tc
2023-12-20 16:43:17 -07:00
Kevin Zheng
76aae115a9 Reduce absolute temperature tolerance (#22782)
MinimumTemperatureDeltaToConsider sets the minimum temperature
difference for a heat capacity calculation to be run. The problem is
that when heating up large quantities of gas (e.g. with a heater), a
small dT becomes an even smaller dT when running DivideInto(). This
means that small changes in temperature are completely ignored.
2023-12-20 16:42:23 -07:00
Emisse
8d867faac1 put new centcom outfit in centdrobe for easy admin shits (#22786)
webedit ops
2023-12-20 16:38:16 -07:00
PJBot
0a926e8450 Automatic changelog update 2023-12-20 18:34:03 -05:00
Pieter-Jan Briers
5e6f350731 Fix ghosts following a moving entity causing them to be offset (#22783)
Fixes #14220

Because the entity they start following is moving, the physics system gives the follower opposing velocity to counteract, at the time the parent change happens. This happens *after* the follower system tries to clear the follower's velocity, so the follower gets some velocity that will still move them a bit off-center.

Fix is easy enough, just reset velocity *after* reparenting, not before.
2023-12-20 15:33:00 -08:00
PJBot
3f3669712f Automatic changelog update 2023-12-20 18:30:38 -05:00
Guilherme Ornel
d318e96936 Added CentCom clipboard, folder and added a normal green folder. (#22693)
* added

* pen touch up

* fixed conflict?

* whatever i dont want credits
2023-12-20 16:29:35 -07:00
Guilherme Ornel
62cee0bca5 CentCom Agent Suit (#22700)
* added suit

* added suit

* tweaked monkey suit
2023-12-20 16:29:13 -07:00
PJBot
27cd66b048 Automatic changelog update 2023-12-20 18:27:11 -05:00
JoeHammad1844
be7c43e753 ports deltastation shuttle from ss13, assigned to fland installation (#22776)
* gogoogsf

* deltanedas has been banned from the repo

* double banned
2023-12-20 16:26:07 -07:00
Kevin Zheng
98d499d178 Reduce frezon price (#22784)
50 mols of frezon can be made from one mol of tritium, and so without
adjusting the price pretty ridiculous sums of money can be made in
cargo.

I considered reducing the amount of frezon producible, but all of the
atmos players that I surveyed prefered a price decrease instead of a
yield decrease, so give them what they want.
2023-12-21 08:40:29 +11:00
PJBot
e1b16e6e77 Automatic changelog update 2023-12-20 12:58:01 -05:00
qwerltaz
289aab768f Improve gas analyzer interface (#22779) 2023-12-20 09:56:57 -08:00
Emisse
ef4afc5612 marathon update (#22772)
* marathon update

* light
2023-12-20 01:37:27 -07:00
Leon Friedrich
41420346c3 Fix index out of range exception in atmosphere system (#22770) 2023-12-20 18:08:48 +11:00
Leon Friedrich
4e6df2f9c8 Update engine to v194.0.2 (#22769) 2023-12-20 17:59:26 +11:00
Leon Friedrich
20595813b6 Fix shuttle loading error (#22767) 2023-12-19 23:24:26 -07:00
PJBot
ce1e4b8df5 Automatic changelog update 2023-12-19 23:58:05 -05:00
ERROR404
fe1c301be5 New plant (#22704)
New plant
2023-12-19 21:57:02 -07:00
PJBot
32b8df1ffa Automatic changelog update 2023-12-19 23:29:06 -05:00
Errant
4ecbf0cd82 Unbreak the Geneva Conventions (#22741)
Unbreak the Geneva Convention
2023-12-19 21:28:02 -07:00
PJBot
90f8413acc Automatic changelog update 2023-12-19 21:21:07 -05:00
Veritius
bc2925de3e Make ethylredoxrazine effective at curing drunkness (#22763) 2023-12-19 18:20:04 -08:00
Emisse
f978959a3f Make airlocks able to be broken down (still strong) and modify a damage container to make more sense (#22764)
airlog and damage modifier set
2023-12-19 19:02:20 -07:00
Tayrtahn
0f527e7d8d Toy sword now specifies BaseItem as parent (#22746) 2023-12-19 18:35:04 -07:00