Commit Graph

25305 Commits

Author SHA1 Message Date
GDN
94fc3f0154 actually makes new players fully GC (#20525) 2023-03-05 09:56:37 -06:00
Qwertytoforty
2805bb1d61 Eyes of god no longer sees ghosts. (#20311) 2023-03-04 17:13:52 -06:00
Coolrune206
0aeee5abea where's my cookie matt (#20537) 2023-03-04 22:20:00 +00:00
Coolrune206
c5cccdefe4 makes mob spawners respect antag jobbans (#20430) 2023-03-04 16:38:26 +00:00
MisterMovie
46677d667c Reduces heat damage for Drasks from 300% to 200%. (#20460)
* Reduces heat damage of Drasks from 300% to 200%.

* Update code/modules/mob/living/carbon/human/species/drask.dm

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

---------

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
2023-03-04 15:26:52 +00:00
Adri
904ab9286c Fixes Ian and Runtime not GCing (#20531) 2023-03-04 09:57:41 +01: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
Henri215
0e6da50c3f Suppressors now can be attached to toy guns (#20415)
* Suppressors now can be attached to toy guns

* Same sound while suppressed, but lower volume

* better description

* GDN review
2023-03-04 09:44:16 +01:00
Coolrune206
a31299d49e prevents large ebows from being holstered (#20490) 2023-03-04 09:39:34 +01:00
Charlie
47086b1500 Makes Pets faster, cat improvements. (#20117)
* cat changes

* speed buff

* keybind
2023-03-04 09:39:08 +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
GDN
a91dd0fffb fixes a lightgeist runtime + possible qdel loop (#20444)
* fixes a lightgeist runtime

* wait don't need to call parent here
2023-03-04 09:21:34 +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
Henri215
52e5c478fe Making hallucination great again (#20320)
* make hallucination great again

* 10x the current hallucination
2023-02-27 21:07:00 +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
GDN
1475b3cba4 fixes an EFTPOS runtime if there's no connected account (#20456)
* fixes an EFTPOS runtime if there's no connected account

* ryan review
2023-02-27 10:58:09 -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
S34N
4928d8432c Fixed nukie borg ghost poll incorrectly showing operative icon (#20418)
* proper icons in prompt

* fixed chat role name too
2023-02-27 10:49:01 -06:00
Coolrune206
f90418d715 Re-adds the LWAP, reworked (#20401)
* re-adds the lwap

* no dual wielding snipers

* Lewcc review

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

* Hal9000 request

---------

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
2023-02-25 21:19:03 -06:00
Coolrune206
9d6c7d63bb Gives chitinous armor durability (#20394)
* gives chitinous armor durability

* Henri review

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

* slight var name change

* plasma cutters

* SEAAAAAAAAAN review

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
2023-02-25 18:52:24 -06:00
Henri215
6e91a22038 Fixes armory inventory having incorrect amounts (#20395) 2023-02-25 16:00:47 -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
8bde93602c janicart (pimpin' ride) tweaks (#20369)
* janicart (pimpin' ride) tweaks

* better keep this

* improvement to the way its done

* S43N Review

* like this is better

* ops
2023-02-25 00:36:59 -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
GDN
e68cb3656f fixes new players logging out causing a GC fail (#20340) 2023-02-24 23:55:33 -06:00
GDN
201bb2bb3b fixes overhealing exploit (#20489) 2023-02-24 18:14:05 -06:00
S34N
2ae6203786 fixes client runtimes on readmin (#20486) 2023-02-23 19:58:05 -06:00
Ryan
a7848ee5be EFTPOS Tweaks + TGUI makeover (#20095)
* eftpos changes

* Apply suggestions from code review

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

* request changes

* tgui rebuild

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

Co-authored-by: Vi3trice <80771500+Vi3trice@users.noreply.github.com>

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Co-authored-by: Vi3trice <80771500+Vi3trice@users.noreply.github.com>
2023-02-22 18:26:02 -06:00
GDN
49a457691c fixes a bad del runtime on bubblegum (#20437) 2023-02-21 21:07:02 +00:00
Luc
3973e2035c Removes chocolate from weightloss shakes (#20439) 2023-02-21 21:06:11 +00:00
Adrer
5098d1db5e Gravity generator icon properly reflects its state on roundstart. (#20412)
* Gravity generator updates icon on initialize

* Use set_power instead of update icon

* Fixes Restore Power Routine

* Revert "Fixes Restore Power Routine"

This reverts commit 5e17dc33f2.

---------

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
2023-02-21 21:04:55 +00:00
GDN
420827ca76 fixes a acid dreams runtime (#20441) 2023-02-21 21:03:20 +00:00
GDN
47e002380c fixes a cryocell runtime (#20442) 2023-02-21 21:02:29 +00:00
McRamon
ca8e423172 Hyposprays and Injectors resprite (#20281)
* sprites

* lil_fix_the_rapper

* Update belts.dmi

belt icons

* Update hypo.dmi

little fix
2023-02-17 22:38:14 +00:00
GDN
9b55e47969 fixes the kidian click emote (#20363) 2023-02-17 22:36:30 +00:00
GDN
a9b7df1955 Ash storms can now have their volume altered with a slider (#20058)
* The least confident I've been in a change in awhile

* I FORGOT THE RETURN

WHY WAS THIS WORKING IN TESTING AAA

* the or 1 works now????

* Farie's request

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

---------

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
2023-02-17 20:35:06 +01: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
Nathan Winters
6bcf0c41ee Adds a cooldown progress bar to Cryocells (#20328)
* Add a cooldown progress bar to cryocells

* Color the progress bar warningly while no beaker loaded

* Give 'No beaker loaded' message a unique color

* Give the progress bar a label
2023-02-16 21:14:12 +01:00
1080pCat
b8c12bbbf7 more medborg love (#20332) 2023-02-16 21:06:23 +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
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
AffectedArc07
29e30ad5cb Real cere webmap link (#20420) 2023-02-14 21:19:53 +01:00
Adrer
eedc9d22ed Alt-click on disposal bins to manually eject their contents (#20294)
* Add manual eject to disposal bins

* Update code/modules/recycling/disposal.dm

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

* Apply styling change

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

---------

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Co-authored-by: Farie82 <farie82@users.noreply.github.com>
2023-02-14 20:52:57 +01:00
S34N
b56163f064 orbit helper (#20289) 2023-02-14 20:31:33 +01:00
S34N
ece09782ec emergency lights now turn off after 2 minutes, not 10 (#20228) 2023-02-14 20:31:00 +01:00
Henri215
4723cc05d8 Renames the CMO hypospray (#20227) 2023-02-14 20:30:50 +01:00