Commit Graph

21068 Commits

Author SHA1 Message Date
Qwertytoforty
2805bb1d61 Eyes of god no longer sees ghosts. (#20311) 2023-03-04 17:13:52 -06:00
Vi3trice
a5d949a0e7 Why (#20514) 2023-03-04 15:29:33 +00:00
1080pCat
6b4feef831 Removes the RCD from engi borgs base kit, and replaces it with a module upgrade (#20449)
* be moved rcd!

* Minor grammar change ~contrabang

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

* ert/emag borg get rcd & fixes issue GDN brought up

* Fixes an oversight with getting more than one rcd

Co-Authored-By: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>

* Remove space from rcd upgrade name

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

---------

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
Co-authored-by: Farie82 <farie82@users.noreply.github.com>
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
2023-03-04 09:56:21 +01:00
S34N
9b260c4611 adds wire interface implant (#20482) 2023-03-04 09:56:06 +01:00
S34N
6ced8957d6 Updates cells, cell chargers, and cable coils (#20484)
* cell, charger, and wire update

* overlays

* only do this once

* IPC hunger thingy
2023-03-04 09:39:25 +01:00
Henri215
77b554b73e Deluxe soap for ERT (#20346)
* Elite soap for the best

* Reverting janiborg soap
2023-03-04 09:39:18 +01:00
Adrer
732914dda7 Refactors revolution code to be a little less of a mess (#20327)
* Refactors revolution code

* Ad comment to transit_z

* Add heads check to transit_z

* Rename parameter in transit_z

* Fix duplicate definition of latespawn

* Remove unused check_counter var

* Apply suggestions from code review from Sirryan2002

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

* Added early return to conversion proc

* Apply suggestions from code review

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
Co-authored-by: Farie82 <farie82@users.noreply.github.com>

---------

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
Co-authored-by: Farie82 <farie82@users.noreply.github.com>
2023-03-04 09:22:23 +01:00
Luc
b33d6aa080 Tipping vending machines for freebies and/or crushes (#20060)
* Initial commit

* Add RNG tip behavior, including free items.

* Add some additional checks

* Small cleanups

* Add squishing, drop normal damage to 40

* Haha, unless? (this is how it is on tg)

* Datumizes vendor tips, part one

* Datumizing, part 2

* Remove unused

* Remove old "key" var

* Fix .proc call

* double dwarf damage

* Update code/game/machinery/vendors/vending.dm

Thanks, sean

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

* Add a warning hit

* squish component review

* update visible message

* remove extra defines

* charlie review

* Add explosion tilts, some slight cleanups

* Review changes
- Tweaks self knockover damage slightly to not be the same as crit damage
- farie's reviews

* Unindent, clean up crit logic

* Refactor some code out of main vendor proc
also re-adds the head-popping crit lol

* making linter happy :)

* Removes global list in favor of static one

---------

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
2023-03-04 09:22:07 +01:00
Christasmurf
330180c83e Dignitary drip - Magistrate, NT Rep, Blueshield (#20438)
* dignitary, human, items, spawning

* garment bag update

* dignitary icons

* ntrep cap

* gloves and hat fix

* dignitary icons part 2 and misc code

* minor stuff

* hat fix from updates also drask and grey suit slot

* minor description discrepancy

* cane resprite
2023-03-02 09:15:35 +00:00
GDN
52f74e8999 fixes improper scoping on revenant hallucination (#20349)
* fixes improper scoping on revenant hallucination

* as anything? Why not as some_bitches

* cool™️

* Update code/game/gamemodes/miniantags/revenant/revenant_abilities.dm

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

---------

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
2023-02-27 21:36:03 +01:00
GDN
ce5b670747 fixes being unable to deconstruct reagent grinders (#20458) 2023-02-27 11:10:38 -06:00
Luc
90fbfb8d0c Fix shock sounds (#20457) 2023-02-27 11:01:32 -06:00
Henri215
e081a9976a Adds five new bible sprites (#20416)
* Fours new bibles and lib computer emag_act

* inhand sprites and moving bibles to new dmi file

* Clockwork bible

* Missing pixel from clock_bible
2023-02-27 10:52:07 -06:00
GDN
8eccdfcb19 fixes a highlander runtime and the highland MA not being assigned (#20409) 2023-02-27 10:34:13 -06:00
Vi3trice
315a966217 Rework bluespace beacons to be an effect and cannot be created on lava/chasms (#20312)
* fancy

* my disapointment is immeasurable

* Update healer.dm

* Update healer.dm

* Update healer.dm
2023-02-25 18:33:49 -06:00
Henri215
1ce593b9a2 Ports TG push broom (#20367)
* Ports TG push broom

* Update code/game/objects/items/weapons/twohanded.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* Lewc review and twohanded autodoc

* Steelslayer review

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
2023-02-25 12:15:21 -06:00
HMBGERDO
e491aa9c2e Fiber Garrote now mutes all emotes when garroting target (#20393)
* added check for STATUS_EFFECT_SILENCED when we want to emit emote sound. If /mob/living has this flag, emote wont emit sound. Less ways to spam sounds when you supposed to be silent

* Revert "added check for STATUS_EFFECT_SILENCED when we want to emit emote sound. If /mob/living has this flag, emote wont emit sound. Less ways to spam sounds when you supposed to be silent"

This reverts commit bc093ba01f.

* new status effect absolute silence, applying when using fiber garrote to silence all emote sounds

* comments update, status set function standartisation

* Update code/datums/emote.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

---------

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
2023-02-25 01:12:56 -06:00
Henri215
8d9df5ec62 (TG Port) Recolors the circuit boards into department-based colors (#20392) 2023-02-25 01:03:27 -06:00
Henri215
397552b09e Fixes some plaques descriptions (#20387)
* Fixes some plaques descriptions

* S43N review and violence free plaque desc
2023-02-25 00:51:28 -06:00
Henri215
f0bf051e4b Janitorial holosign projector tweaks (#20368) 2023-02-25 00:14:19 -06:00
BiancaWilkson
ceed4e89f9 Reworks the poison pen (#20353)
* paperwork so boring it kills you

* it's worth a bit more now

* Backup in case you poison yourself

* Virologist gets it, accurate description

* I promise im literate

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* No more charcoal, time for gloves

* Turns comments into auto-doc

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
2023-02-25 00:08:40 -06:00
Burzah
99d8e3473f Arcade machine change (#20476) 2023-02-22 23:15:27 +00:00
Luc
bcc6b4c24a Putting nerds to bed (#20436)
* and here's the sleeper

* Client-less animals sleep for longer

* Fixes sleep length

* never mind, animals can't be pushed :(

* pronounce

* Ensure they aren't already sleeping

* Apply suggestions from code review

Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>

---------

Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
2023-02-21 22:16:05 +00:00
Ryan
6c4f89a04e [TGUI] Holodeck + Bugfix (#20470)
* shit

* Apply suggestions from code review

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

* Update code/game/machinery/computer/HolodeckControl.dm

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

---------

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
2023-02-21 21:10:48 +00:00
Coolrune206
5a94bb7551 yeah, no (#20424) 2023-02-17 22:35:07 +00:00
1080pCat
c75f5d1f6c Changes the fluffy cuffs description to not mention keeping your SO in line.. (#20428)
* goofy ah

* minor spelling error :(
2023-02-17 22:33:54 +00:00
Octus
acab55f038 A dance preferences toggle for the disco machine because I just wanna listen to the music without any of the annoying dancing animations (#20092)
* ughg

* oops

* ok better

* better

now more quality
2023-02-17 12:53:18 +01:00
1080pCat
b8c12bbbf7 more medborg love (#20332) 2023-02-16 21:06:23 +01:00
GDN
0b9234d01f regular space carp are no longer deleted when changing holodeck (#20404) 2023-02-16 21:02:17 +01:00
Qwertytoforty
37200145f2 fucking hell (#20432) 2023-02-15 17:41:43 -06:00
Samman166
f915a1d614 Removes smoke cluster grenades (#20331)
* Removes smoke cluster grenades

* removes regular hellwater grenades
2023-02-15 21:17:35 +01:00
Luc
b0776d35ef Re-fixes limb regeneration, now with 100% fewer brain deletions (I hope) (#20157)
* Prevents clings from quick regenerating bodyparts

* Clarify a comment

* Reworks to work with monkeys and other sources as well

* qdel organ if it doesn't get inserted

* Use initial instead of creating and qdeling

* Revert unnecessary cast

* Ensure organs are inserted as they were before

* fix some warnings

* here be dragons
2023-02-15 21:16:00 +01:00
Qwertytoforty
7e7b1082b4 Adds a new gamemode, Trifecta (#20140)
* not to be confused with triple ai mode

* now with real point calculating action™️

* hal's changes

* steels changes

* traitor / changeling chaplain fixed

* rerun checks to stop random metastation fail

* Apply suggestions from code review

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

* Henks changes.

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
Co-authored-by: Farie82 <farie82@users.noreply.github.com>
2023-02-15 21:11:04 +01:00
GDN
f567da369b deletes the forcesay() proc fixing tyder wizards getting murderized (#20398)
* deletes forcesay

* removes hit_appends fully
2023-02-15 20:55:50 +01:00
Henri215
8d17e82c72 Television version of the entertainment monitor is now a proper item (#20224)
* Television version of the entertainment monitor is now a proper item

* unfasten for the tv

* missing line
2023-02-14 22:42:11 -06:00
Coolrune206
acb04f2a73 fixes ghost locker exploit (#20427) 2023-02-14 21:18:46 +01:00
GDN
6091027265 adds bananium meteors (#20325) 2023-02-14 20:53:30 +01:00
Springf
9c28bb5d29 Everfull Mug (#20248)
* Everfull Mug

Adds a new, fairly simple healing item for wizards.

* Cleaned up some extra commas

* Bug/exploit fix for radial menus suggested by GDN

* Resolved conflict
2023-02-14 20:31:21 +01:00
Henri215
4723cc05d8 Renames the CMO hypospray (#20227) 2023-02-14 20:30:50 +01:00
Vi3trice
f428cee612 Adds the cash register (#20138)
* You asked

* Tweaks

* Update eftpos.dm

* Adding registers

* good luck meta you'll need it

* Update eftpos.dm

* More sounds

* More sounds, you can pay as long as you're close to the register.

* Tone down the edits, chefs will figure it out

* tim allen grunt

* Update eftpos.dm

* Update eftpos.dm

* Update code/modules/economy/economy_machinery/eftpos.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

* Ceres is a thing now

* Fix merge

* Update eftpos.dm

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
2023-02-14 10:14:10 +00:00
warriorstar-orion
a7bd9d6bde Whitespace fixes, final part (hopefully) (#20361) 2023-02-13 11:49:28 -06:00
GDN
aa56d75f93 [Ready for code review] Moves alien verbs to spells (#20002)
* Moves alien verbs to spells

* lol

* Standardization, polish, making alien plasma huds more consistant

* The very cursed way of handling touch spells

* logging + more polish

* snakecase + documentation

* finishing touches

* oops, ty henri

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* sprites from TGstation

* sprites, again

* oops

* farie's review part 1

* farie's review p2, signals

* Erics PR compat

* farie's review 3

* that too

* the shawnshank redemption

* boink

* removes larva transfer plasma

* you want a sprite cranberry?

* TM fix 1

* FUCK I BROKE LOGGING

* bam

* final touches

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
2023-02-12 21:34:11 +01:00
GDN
8e8a151d74 nuke no longer needs power to work (#20391) 2023-02-08 20:46:21 -06:00
Henri215
42d1758b2e Fixing common spelling mistakes part 2 (#20360)
* Fixing common spelling mistakes part 2

* "supressed"
2023-02-08 21:20:35 +01:00
Qwertytoforty
718b220c8f Changelings no longer have to debrain changelings (#20285)
* Changelings no longer have to debrain changelings

* return_invalid_changeling

* s34n's changes

* Remove dangling return

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

---------

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
2023-02-08 21:19:08 +01:00
Qwertytoforty
b6d2a11cd7 Attacks on turrets no longer do 2x-> 1.5x damage, and now respect armor (#20323)
* Attacks on turrets no longer do 2x-> 1.5x damage, and now respect armor

* of course mobs, of course
2023-02-08 21:18:50 +01:00
Ryan
46aa0ec833 ergh (#20356) 2023-02-08 21:16:16 +01:00
Qwertytoforty
e40ef20c86 Pizza bombs can no longer be told apart, some pizza improvements (#20191)
* pizza time

* a batch of delicous pizza fixes mama mia

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* bool

* Apply suggestions from code review

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

* steels changes

---------

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
2023-02-08 13:07:36 -06:00
Octus
fba3664c5a rubbah (#20339) 2023-02-06 16:04:39 +00:00
SteelSlayer
72aed433f8 stops demon objectives from finding targets (#20351) 2023-02-06 11:36:26 +00:00