Commit Graph

36638 Commits

Author SHA1 Message Date
Velcroboy 1fb496badd
Add curtain spawner (#25729)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
(cherry picked from commit 70307f9e00)
2024-03-07 01:11:53 +01:00
PJBot cead75f26a
Automatic changelog update
(cherry picked from commit 36d505b82a)
2024-03-07 01:11:51 +01:00
MACMAN2003 0aa0fe680f
Add alternative crafting recipes for reinforced plasma/uranium glass (#22804)
* un-eviled the reinforced glass recipes

the tyranny of accidentally crafting plasma glass instead of reinforced plasma glass is finally over

* fix?

(cherry picked from commit db15efc3a3)
2024-03-07 01:11:48 +01:00
PJBot ef1ecba3ca
Automatic changelog update
(cherry picked from commit 650c04badb)
2024-03-07 01:10:50 +01:00
lzk e322e582fe
Add handheld map to autolathe (#25719)
(cherry picked from commit df271f5ead)
2024-03-07 01:10:39 +01:00
Flareguy 71c14d9701
New Space Ruin: Syndicate Dropship (from /tg/) (also adds plastitanium windows) (#25723)
* adds a new syndie space shuttle ruin + plastitanium windows

* the green goomba gaming

* fixe

* visor > gloves

(cherry picked from commit 7b9346d2a8)
2024-03-07 01:10:09 +01:00
lapatison df35a0f497
Minor .yaml cleanup (#25717)
* cleaning

* fix

(cherry picked from commit d479c854cc)
2024-03-07 01:09:28 +01:00
PJBot 0cc8396bcc
Automatic changelog update
(cherry picked from commit b2902ff0c5)
2024-03-07 01:09:24 +01:00
Skarletto 57e116fe30
Remove Grandpa from name list (#25725)
remove grandpa's fucked up bed

(cherry picked from commit 1037bfc6a0)
2024-03-07 01:09:16 +01:00
Hanz 0bde40d675
Decal Beautification + Palette Update (#25689)
the meat and potatoes

YEAH

(cherry picked from commit 0001c23df2)
2024-03-07 01:08:56 +01:00
Nairod 8f62b1e86e
Under Toned Tail (#25685)
* Undertoned Tail

* Locale

(cherry picked from commit ba8e92ddc8)
2024-03-07 01:08:16 +01:00
PJBot 9779bbc8e2
Automatic changelog update
(cherry picked from commit 3caf58029b)
2024-03-07 01:08:14 +01:00
Ed bbb4fe256c
Colourful curtains (#25684)
* curwa

* fix

* huh

* revert huh

* add fancy white

* resprite hospital

* add suffix

(cherry picked from commit 66cf642e56)
2024-03-07 01:08:11 +01:00
LordCarve ba36e5195f
Refactor AME to use ItemSlot for Fuel (#25558)
* Using wrench on AME doesn't first try to put it in.

* Refactor AME to use ItemSlot for fuel.

* Apparently these names want to match.

(cherry picked from commit c47391011d)
2024-03-07 01:08:04 +01:00
PJBot c5145105ff
Automatic changelog update
(cherry picked from commit 7aa0bade6c)
2024-03-07 01:08:03 +01:00
Plykiya 633f1908c1
Fix: Dragging items over atmos pipes is slow. (#25629)
* Change tilefrictionmodifier of default item to base friction

* Remove anchored friction modifier from baseItem

* Revert "Remove anchored friction modifier from baseItem"

This reverts commit 2d9d53f38a3704c8b5df4172629c78812f72f6ae.

* Removed anchored friction component from BaseItem.

---------

Co-authored-by: Plykiya <plykiya@protonmail.com>
(cherry picked from commit e3b061025d)
2024-03-07 01:07:59 +01:00
potato1234_x f8891e16b4
Add fill levels to bowls (#25639)
* fills

* contrast

(cherry picked from commit e2741498b8)
2024-03-07 01:07:56 +01:00
Flareguy fc6940ecdb
Removes all big O2 tanks from non-emergency & fire lockers + removes counterpart N2 tanks (#25660)
kills off N2 & O2 tanks from lockers & removes duplicate n2 tanks from stuff with o2 tanks

(cherry picked from commit b0e811b4f3)
2024-03-07 01:07:52 +01:00
Aexxie 0f3c5effbf
survival nutribricks, lizzers can eat nutribricks, moffs can eat the leftovers (#25659)
* I forgot to commit, damn it

* Adds the brick to survival kit

(cherry picked from commit e4d98f1ab9)
2024-03-07 01:07:47 +01:00
LordCarve 5ecca5b719
Fix PDA home icon (#25721)
Fix PDA home icon.

(cherry picked from commit 8c6c19c993)
2024-03-07 01:07:29 +01:00
PJBot 34d0875f8a
Automatic changelog update
(cherry picked from commit af71f1e2df)
2024-03-07 01:07:28 +01:00
Kukutis96513 6f586ea4f0
Buff Bulk Lizard Plushie Crate (#25122)
* number stuff

* too many wehs, must increase price..

* Update fun.yml

* Update cargo_fun.yml

---------

Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
(cherry picked from commit e17acdc6b0)
2024-03-07 01:07:25 +01:00
lzk 20bc871cfc
Fix typo (#25712)
(cherry picked from commit 4bb5b23145)
2024-03-07 01:07:21 +01:00
PJBot 2d262cad28
Automatic changelog update
(cherry picked from commit a281efde28)
2024-03-07 01:07:16 +01:00
Rainfey b9d2f5a409
Refactor antag rule code (#23445)
* Initial Pass, Rev, Thief

* Zombie initial pass

* Rebase, Traitor

* Nukeops, More overloads

* Revert RevolutionaryRuleComponent

* Use TryRoundStartAttempt, Rewrite nukie spawning

* Comments, Add task scheduler to GameRuleSystem

* Zombie initial testing done

* Sort methods, rework GameRuleTask

* Add CCVar, Initial testing continues

* Might as well get rid of the obsolete logging

* Oops, i dont know how to log apparently

* Suggested formatting fixes

* Suggested changes

* Fix merge issues

* Minor optimisation

* Allowed thief to choose other antags

* Review changes

* Spawn items on floor first, then inserting

* minor tweaks

* Shift as much as possible to ProtoId<>

* Remove unneeded

* Add exclusive antag attribute

* Fix merge issues

* Minor formatting fix

* Convert to struct

* Cleanup

* Review cleanup (need to test a lot)

* Some fixes, (mostly) tested

* oop

* Pass tests (for real)

---------

Co-authored-by: Rainfall <rainfey0+git@gmail.com>
Co-authored-by: AJCM <AJCM@tutanota.com>

(cherry picked from commit 4e6c59cfe5)
2024-03-07 01:06:59 +01:00
PJBot 07243a6c3b
Automatic changelog update
(cherry picked from commit 3966a65c65)
2024-03-07 01:06:05 +01:00
Ubaser 636c59a658
Remove Eris UI theme (#25673)
add

(cherry picked from commit ad7256750c)
2024-03-07 01:06:04 +01:00
PJBot 008c27c794
Automatic changelog update
(cherry picked from commit ba4188a8b4)
2024-03-07 01:06:03 +01:00
Nairod 3875a145ba
Weld To Remove Rust On Reinforced Walls (#25690)
(cherry picked from commit 4446fd2d5d)
2024-03-07 01:05:59 +01:00
PJBot c7386506aa
Automatic changelog update
(cherry picked from commit 3914e59dc0)
2024-03-07 01:05:34 +01:00
c4llv07e a76703ff6c
Fix cryostorage removing minds of players who have entered ghost role (#24991)
* fix cryo removed minds of players who entered ghost role

Signed-off-by: c4llv07e <kseandi@gmail.com>

* better way to handle cryo with mind in it

Signed-off-by: c4llv07e <kseandi@gmail.com>

---------

Signed-off-by: c4llv07e <kseandi@gmail.com>
(cherry picked from commit ee614dec5c)
2024-03-07 01:05:31 +01:00
MACMAN2003 b5e86001c6
fix stray pixels on over ear headsets (#25675)
stray pixel annihilation

(cherry picked from commit b1ce9e933b)
2024-03-07 01:05:28 +01:00
PJBot e74fcf145f
Automatic changelog update
(cherry picked from commit e930583632)
2024-03-07 01:05:27 +01:00
lzk 81b69ef3f0
Remake cargo orders to contains flatpacks (#25647)
* Remake cargo orders to contains flatpacks

* whoop

* grounging plamsa

(cherry picked from commit ec28e777c1)
2024-03-07 01:05:23 +01:00
PJBot 2ec41cbda2
Automatic changelog update
(cherry picked from commit e3f568eacf)
2024-03-07 01:05:20 +01:00
metalgearsloth adf3a95292
Add anchorable flags (#25667)
Added it to cargo pallet and the ATS puter. Small steps. Also moved the log until the anchoring is actually confirmed to prevent dummy logs.

(cherry picked from commit 5425742617)
2024-03-07 01:05:18 +01:00
Cojoke b9cb4bd2f1
Makes the e-sword light plasma fires, as intended. (#25665)
* Makes the e-sword light plasma fires, as intended.

* remove blank line

(cherry picked from commit dddec4dcc6)
2024-03-07 01:05:13 +01:00
PJBot b27a859e16
Automatic changelog update
(cherry picked from commit a91b445522)
2024-03-07 01:05:11 +01:00
Whisper 887bd1fe7e
Fix iron/copper being overtuned (infinite blood exploit!) (#25678)
* Fix iron being overtuned due to oversight

* fix copper too

(cherry picked from commit b720871d0b)
2024-03-07 01:05:09 +01:00
PJBot 655aa90809
Automatic changelog update
(cherry picked from commit 22ae2775ca)
2024-03-07 01:05:07 +01:00
potato1234_x f85b30349f
change laughin pea values (#25672)
rebalance

(cherry picked from commit 013d125ee4)
2024-03-07 01:05:05 +01:00
Firewatch 4e00e2e699
Syndicate Decoy Bundle + Snap Pops (#25333)
* it works

halilujeah

* toggleable lights

removes a redundant flashlight since you can turn on the balloons to cast light

* final touches

syndicate decoys :trollface:

* touches

it works now

* minor spelling mistake



* minor spelling mistake 2

darn

* adds whistle

commanders now spawn with a whistle around their neck

* yaml linter

luv you linter baby

* smallify the whistle

it was way too big, this has been addressed

* sprite fix

am dummy 👍

* netsync errors

wouldn't compile properly

* forgor

* i suck at yaml

smh

* decoys for all

now both syndicate and traitors can use the decoys, yippee!

* Update meta.json

credit my discord username

* Update uplink-catalog.ftl

* Update decoys.yml

base decoy no longer shows in the entity browser

* immortal gone

balloons have gained mortality

(cherry picked from commit 93d820f315)
2024-03-07 01:05:03 +01:00
Menshin 37c7ac7931
Add space heaters (#25250)
(cherry picked from commit 9884351101)
2024-03-07 01:05:02 +01:00
nikthechampiongr de1b023689
Fix cuff interruption messages (#25677)
(cherry picked from commit 221719c27d)
2024-03-07 01:04:58 +01:00
PJBot 649511d97b
Automatic changelog update
(cherry picked from commit 7341a3ab35)
2024-03-07 01:04:56 +01:00
metalgearsloth b595bb9805
NPC steering blending (#25666)
* NPC steering blending

Significantly more stable than using LastSteerDirection and also AntiStuck never got tripped locally when I was running around. I also left future notes for me to cleanup the pathfinder in future.

* Remove index

(cherry picked from commit f819404f6d)
2024-03-07 01:04:55 +01:00
YuNii 4e7062fb4e
Fix typos calling salvage specialists a 'salvage technician' (#25657)
fix typos calling salvage specialists a 'salvage technician

(cherry picked from commit 1c015d1fd5)
2024-03-07 01:04:47 +01:00
Velcroboy f6d6578944
Remove obsolete suffix (#25649)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
(cherry picked from commit 963c9f6fbc)
2024-03-07 01:04:11 +01:00
PJBot e7a7cf38f1
Automatic changelog update
(cherry picked from commit a7497448cf)
2024-03-07 01:04:09 +01:00
rosieposie 1e25e23e2a
Stalagmite Changes (#25646)
* initial commit

* remove unnecessary thing

* Revert "remove unnecessary thing"

This reverts commit c4e3aecbcb9088c4dee5bf41dc5cc88eaa81f505.

* fix (real)

(cherry picked from commit e94d190ade)
2024-03-07 01:04:08 +01:00