Commit Graph

2773 Commits

Author SHA1 Message Date
Rane
8b699052d2 Remove starvation damage (#9024)
* Remove starvation damage

* remove more

* Even more cleanup
2022-06-27 14:08:08 +10:00
EmoGarbage404
5f4d50304f Update uplink_catalog.yml (#9192) 2022-06-27 14:05:11 +10:00
Greenrock64
fbb617b831 Fix the UncookedAnimalProteins ReagentId for a bunch of meats (#9170) 2022-06-27 14:00:03 +10:00
Ablankmann
cb2a07a5ce Added a Jetpack and the Syndie Headset to the Uplink (#9123)
* Added the Jetpack and Syndie Headset to the uplink

* oopsie fix
2022-06-27 03:49:14 +10:00
Emisse
18e0147f6c Fireaxe cabinet lock and fireaxe actually heavy again (#9190)
* Update fireaxe_cabinet.yml

* Update fireaxe.yml

* Update fireaxe.yml
2022-06-27 00:53:26 +10:00
Emisse
2988129e77 Update cargodrobe.yml (#9186) 2022-06-26 22:59:41 +10:00
metalgearsloth
e8887227bd Make space mobs immune to stun and knockdown (#9176)
The only time stuns are good in this game is security catching traitors, being able to 1v1 stunlock a dragon to death is kinda cringe.
2022-06-26 04:25:38 -05:00
metalgearsloth
09cd902e8b Remove common channel from syndie headset (#9173) 2022-06-26 17:21:02 +10:00
metalgearsloth
2ab4dac03a Fix some eshuttle stuff (#9171) 2022-06-26 17:11:54 +10:00
Moony
a6f731e442 The quartermaster is now a head. (#9163)
This is literally all that had to be changed. Amazing.
2022-06-26 16:22:16 +10:00
metalgearsloth
521ed99766 Evac shuttle (#8931)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
2022-06-26 15:20:45 +10:00
Rane
f647c8a658 Quick miasma nerf (#9161) 2022-06-25 21:04:40 -05:00
EmoGarbage404
fe1862ac6d Fire Axe Nerf (#9133) 2022-06-24 22:27:14 -07:00
OldDanceJacket
73f2f651d9 Split update (#9125) 2022-06-24 22:27:09 -07:00
OldDanceJacket
d271f32ea0 Lighthouse update (#9127) 2022-06-24 22:27:00 -07:00
Peptide90
b15d0c209f Fixes counter vaulting (#9130) 2022-06-24 12:34:09 -07:00
Kara
732400e0f6 Rename credits to spacebucks & integrate with cargo (#9119) 2022-06-24 07:43:44 -07:00
metalgearsloth
79c1cef566 Jetpack fixes (#9107) 2022-06-24 19:45:53 +10:00
Emisse
7e6641a7cd Jetpack Locker Fills and Captain Jetpack Traitor Objective (#9102) 2022-06-24 18:39:12 +10:00
Rane
a1affccc84 Miasma improvements (#9022) 2022-06-24 01:20:52 -07:00
metalgearsloth
2b6c352aff Jetpacks (#9023)
* Movement acceleration

* tweaks

* Weightless refactor coz fuck it

* CCVars

* weightless movement tweaks

* Some cleanup while I'm here

* dorkpacks

* thanks fork

* fixes

* zoomies

* toggles

* hmm

* yamls

* b

* so true

* Effects refactor

* namespace

* review
2022-06-24 17:44:30 +10:00
Flipp Syder
25869cd501 Solution spiking (#8984) 2022-06-23 19:26:54 -07:00
EmoGarbage404
1c7a09b736 Fire Axe [New syndie item] (#9088) 2022-06-23 18:27:28 -07:00
Kara
a63f698544 EI NATH (#9060)
* EI NATH

* fix gibs

* figs
2022-06-23 22:19:32 +10:00
lapatison
6b619e6376 Unlocalized reagents localization (#9041) 2022-06-23 05:03:58 -07:00
TekuNut
c05cd468d8 Convert AME Visualizers (#9037)
Co-authored-by: TekuNut <3456422+TekuNut@users.noreply.github.com>
2022-06-23 05:03:28 -07:00
Emisse
0334e08354 Greytide Not So Worldwide (passenger specific headset) (#9073) 2022-06-23 22:02:22 +10:00
metalgearsloth
4a125f38ec Nerf L6 (#9063) 2022-06-23 04:24:36 -07:00
Emisse
bad80dade2 Head specific headsets (#9069) 2022-06-23 04:15:49 -07:00
OldDanceJacket
b4e0985d1f Lighthouse Playable (#9067)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2022-06-23 04:14:58 -07:00
metalgearsloth
c6d534a1be Fix ghost radios and colours (#9064) 2022-06-23 20:48:26 +10:00
Kara
cc755a2051 Projectile spells + fireball spell (#9058)
* Projectile spells + fireball spell

* say it with some gumption
2022-06-23 03:24:50 -07:00
metalgearsloth
3da454140d Add department-specific radio channels (#9061)
* Add department-specific radio channels

This commit adds working department-specific radio channels, while
minimizing damage to the current codebase. It is expected that a future
refactor will clean this up a bit.

ChatSystem now has a RadioPrefix() method that recognizes
department-specific channels (e.g. ":e" and ":m") in addition to the
global channel (";"). It strips the prefix from the message and assigns
messages an integer representing the destination channel, if any.

IListen and IRadio now accept optional 'channel' arguments with this
channel in mind.

The ugly is that the integer channel number is hard-coded and also shows
up in chat.

Comms are not modeled at this time. You cannot break comms (yet).

All headsets have channels soldered into them. You cannot change
encryption keys to hop on new channels. Steal a headset instead.

* Remove debugging print

* Convert to prototypes

* Use prototype names in headset prototype

* Adjust list style

* Document prototype fields

* cringe

* some cleanup

* colours

* Remove alphas at least

* cc

Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
2022-06-23 20:11:03 +10:00
OldDanceJacket
e5effc50a3 Lighthouse Station (#8650) 2022-06-23 00:21:06 -07:00
metalgearsloth
acd8701cd4 Fix cargo pallet drawdepth (#9057) 2022-06-23 16:59:49 +10:00
EmoGarbage404
f5e11102ba Vending Machine Abuse (#8863)
* piece of shit i'll abuse your vending ass

* placeholder

* Update types.yml

* threshold
2022-06-23 14:52:28 +10:00
metalgearsloth
77a8e16104 Add cargo shuttle (#8686) 2022-06-23 14:36:47 +10:00
Leon Friedrich
c25f2e6283 Drunk Shader (#8910)
Co-authored-by: Kara D <lunarautomaton6@gmail.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2022-06-23 14:33:25 +10:00
Leon Friedrich
bf489adb91 Basic drug shader (#9033) 2022-06-23 14:33:07 +10:00
keronshb
4ecac09428 Adds anchor checks for containment fields (#8909)
* Adds anchor checks for containment fields

* norot

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2022-06-23 14:27:49 +10:00
Rane
b6e2ec4ec0 raw meat poisoning rework (#8831) 2022-06-22 21:13:13 -07:00
Emisse
5926d220ae Saltern Update 3.6 (#9047) 2022-06-23 14:09:36 +10:00
EmoGarbage404
2814f967fc remove extended from voting pool (#9045) 2022-06-22 19:41:42 -07:00
Kara
e46b989aba Following bugs fix (#8992) 2022-06-22 19:36:30 -07:00
Júlio César Ueti
c82ab6411c Removed duplicated audio file (#9048) 2022-06-23 12:31:01 +10:00
Jessica M
25ae9015a5 Adds a nitrogen tank to engineering lockers (#9019) 2022-06-22 18:13:17 -07:00
Emisse
54efbbc5b2 Derotate Moose Station (#9040) 2022-06-22 17:40:45 -07:00
Jessica M
2f2670d2bb Convert KudzuVisualizer to Visualizer Systems (#9010) 2022-06-22 16:33:45 -07:00
Rane
a4976acd70 chemical dispenser cleanup (#9030) 2022-06-22 16:26:13 -07:00
Rane
3ccf25210c Natural immunities (#9026) 2022-06-22 16:25:48 -07:00