Contrabang
1504ed98be
massive burndown ( #29894 )
2025-07-27 20:52:39 +00:00
Toastical
f748079e69
Fixes spray can double menu ( #27944 )
...
* override attack_self on subtype
* whoops
* New to Initialize
* linter?
---------
Co-authored-by: Toastical <toast@toaster.com >
2025-01-22 04:29:58 +00:00
warriorstar-orion
0eafad8475
Refactor /mob/unEquip. ( #27720 )
...
* Refactor /mob/unEquip.
* fix things found in testing
* more fixes from testing
* fix removal of hooded suits
* fix flayers inability to deploy swarmprod
* fix changeling blade activation
* unnecessary parens
* pass default unequip args to proc overrides
* fix belts being able to forceMove into full hands
2025-01-10 01:58:35 +00:00
Drakeven
a5726efe0c
Extra Plushies + Plushify Spell ( #27384 )
...
* Plushie PR
TODO-
Fix borgs becoming mind
Add to smite list
Add diona plush effect
* Fixed Issues
Added alien plush
Added loadout
Yeah
* Apply suggestions from code review
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Drakeven <50409888+Drakeven@users.noreply.github.com >
* WIP
Will finish later
* Fixed the various issues
Should be working now! Changed the bread smite to a 'generic item' smite and then made it a specifcally breaded smite.
* Minor typo fixing
And stuff
* WIP Conversion
Converting all the attacks into more sleek attacks, will need to finish.
* Fixes galore
Yippie!
* Russian revolver wasn't working
now you can self-shoot again! Horay!
* You can no longer eat spraycans
IPC clowns everywhere devistated
* Apply suggestions from code review
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Drakeven <50409888+Drakeven@users.noreply.github.com >
* A tinsy bit of touching up
:)
---------
Signed-off-by: Drakeven <50409888+Drakeven@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
2024-12-23 16:09:24 +00:00
warriorstar-orion
525c68d617
Attack chain, initial setup. (pull *immediately* for *any* TM issues) ( #26834 )
...
* refactor: Attack chain, initial setup.
* migrate curtain to make dreamchecker happy
* update thurible
* don't call attacked_by separately for legacy attack chain
* remove duplicate proc
* condense similar code, put allowances for legacy code in new procs
* update docs, include diagram source
* add comment on how to update diagram
* fix admonition
* mindflayer updates
* remove commented out code
* clarify all steps
* after_attack should be overridable
* whoops
* retrofit recent changes
* duh, can't restrict this yet because of tool_acts
* i hate ore bags with the fire of a thousand suns
* return correct value for object attack logic
* Various cleanups.
We don't want to attempt to pull stuff out of `/obj/item/attackby`,
because those pieces are part of the related objects' migrations, not
`/obj/item` itself. Attempting to do this causes knockon effects where
things expected to call e.g. `/obj/item/storage/attackby` in the call
chain were not ferried over to the new item interaction code, because
the related objects hadn't actually been migrated over yet.
I've used refactoring /obj/vehicle as the example for migrating
`attackby` methods instead.
* simplify some argument names
* fuck it
* make it do the thing
* Rename CI module call
* Prove that CI works
* improve test output
* aaand fix it again
* fix curtain tool interactions
* fix compile error
* fix compile error
* Better docs, introduce migration plan tool.
2024-12-02 23:36:36 +00:00
Qwertytoforty
bc41214306
Updates the syndicate combat borg to a cool spider borg ( #27332 )
...
* Resprites the nukie cyborg
* whatever fuck you rust g
* god I hate rust g
* suffering
* I forgot to save auugh
* fixed
* please stop silently modifying surgeon
* woe more sprites apon thee
2024-11-27 17:12:16 +00:00
Chap
d90a70ecda
[REFACTOR] Consolidates SLOT_FLAG and SLOT_HUD into one ITEM_SLOT flag ( #26743 )
...
* IT WORKS UP UNTIL THIS POINT
* Consolidates SLOT_FLAG and SLOT_HUD into one
* Remove cover_both_ears
* SLOT_HUD to ITEM_SLOT
* Remove clothing_trait changes for the time being
* Remove accidental copy-paste
* Re-add no-slip var
* More failure to copy-paste correctly
* Leftover flag
* Combine left and right slot flags where possible
* UNGOOF MY DEFINES, PHAND IS NOT A THING
* Minor spacing changes
* Some more fixes from merge
* Seperates ITEM SLOT AMOUNT into two defines
* ON SECOND THOUGHT LETS NOT DO THAT.
* Addresses Contra's review
* Thank you GREP
* Rename ITEM_SLOT_FEET to ITEM_SLOT_SHOES
* Added a comment to the bitmasks in clothing defines
* Rename ITEM_SLOT_TIE to ITEM_SLOT_ACCESSORY
* These are for a seperate PR.
* Magboot fixes
* Requested changes
* Re-add accidental removal
* Wrong flags
* Update code/__DEFINES/clothing_defines.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Chap <erwin@lombok.demon.nl >
* Requested changes
* Merge fixes
* Fix double headset
* Fixes multiple accessories
---------
Signed-off-by: Chap <erwin@lombok.demon.nl >
Co-authored-by: Adrer <adrermail@gmail.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
2024-11-13 13:02:29 +00:00
Spaghetti-bit
afd52f006a
TGUI Color Picker ( #26326 )
...
* Init
* Implements `tgui_input_color`
* Implements most color wheel conversions to TGUI
* Iteration two, went over titles and made sure most color inputs are functional.
* Implements preferences for large buttons, swapped buttons, and disabled TGUI
* Iteration three... the weird ones. (as null|color)
* Removes `as color|null` and `as null|color`
* Merge conflict resolution, again.
* Color input bundle and panel bundle
* CSLint being picky.
* Picky `while ()` instead of `while()`
* Apply suggestions from code review
Co-authored-by: Aylong <69762909+AyIong@users.noreply.github.com >
Signed-off-by: Spaghetti-bit <yumyumkillkill@gmail.com >
* WIP
* de-bri'ish colour into color
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Spaghetti-bit <yumyumkillkill@gmail.com >
* Aylong review applied.
- Removed an extra space in machine.dm
- UI_STATE
+ Runechat color now uses TGUI_INPUT_COLOR
* Apply suggestions from code review
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Spaghetti-bit <yumyumkillkill@gmail.com >
* Removes an unintentional space to `paradise.scss`
* Update code/modules/tgui/tgui_input/color_input.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Spaghetti-bit <yumyumkillkill@gmail.com >
* Adds "is_color" regex from TG
* Fixes a few conflicting files
* TGUI Merge conflict moment v3
* V4?
* V5....
* God please don't explode. Builds TGUI like the linter wants.
* Update code/modules/tgui/tgui_input/color_input.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Spaghetti-bit <yumyumkillkill@gmail.com >
* Rebuilds TGUI, again <3
* Lint be damned
---------
Signed-off-by: Spaghetti-bit <yumyumkillkill@gmail.com >
Co-authored-by: Aylong <69762909+AyIong@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
2024-11-07 21:24:45 +00:00
warriorstar-orion
b61f4f3ff8
feat: Storage shelves and gun racks. ( #26744 )
...
* feat: Storage shelves and gun racks.
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
* review comments
* better examine
* fix lint
* Examine for empty shelves
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
* rest of review comments
---------
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
2024-09-28 22:28:44 +00:00
Ryan
0104291682
Slaying Goliath: a Washing Machine and Dyeing overhaul ( #26265 )
...
* Washing Machine Updates
* Dye Registry Improvement + Bug Fixes
* a couple bug fixes + beanie dyeing
* oopsie
* removes washing blacklist, it is unused
* Apply suggestions from Lewcc's code review
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
* why is all my code fucking
* Update code/modules/clothing/gloves/colored_gloves.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
* cleanup
* Update code/modules/clothing/gloves/colored_gloves.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
* machine wash updates for simple animals
* Update code/modules/clothing/clothing.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
* adds dyeing.dm documentation
* optimizations & visible_messages
* adds SIGNAL_HANDLER
* Update code/game/machinery/washing_machine.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
* update comment
* cleans up cleaning_act()
---------
Signed-off-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
2024-08-19 09:38:47 +00:00
Burzah
c434f08f4f
Replaces info class with notice and purges info ( #26421 )
2024-08-13 09:46:58 +00:00
Luc
cb4d709c78
Fixes some extraneous spacing in some messages ( #26222 )
...
* clears a bunch of spaces
* oopsie daisy
* Update code/modules/food_and_drinks/food/customizables.dm
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
---------
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
2024-07-20 00:15:21 +00:00
1080pCat
24ceab2633
Spray paint no longer checks for eye protection, and rather if the eyes are covered or not. ( #26001 )
...
* wowzers, who knew spraying wasn't a flash
* proc cleanup
* Update code/game/objects/items/crayons.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
---------
Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
2024-07-01 18:55:21 +00:00
CRUNCH
8940351e7b
The Cardborg Expansion DLC! ( #25011 )
...
* Fixing some minor typos for cyborg upgrade flavour text
Throws in some missing apostrophes, capitalisation, and the letter "s."
* Briefcase Full of Cash buff
Increases the amount of cash in the Syndicate Briefcase Full of Cash from 600 Cr to 1000 Cr
* Reverts double-feature PR
* Reverts a broken revert
* Reverting again because Ebba told me to
* And reverting yet again
* Cardborg suit icons and code trimming.
icons added for cardborg suits, helmets pending.
* Added cardborg head sprites
* Added head sprites for equip
* Added Body Sprites
* Spraypaint
* suffering
* Heavy cooking
* Update crayons.dm
* Update cardborg_suit.dm
* DOG FASHION WOOO!
* Species sprites
* prettification
* indentation grr
* Update code/datums/dog_fashion.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/datums/dog_fashion.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/datums/dog_fashion.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/datums/dog_fashion.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/datums/dog_fashion.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/datums/dog_fashion.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/datums/dog_fashion.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/clothing/suits/cardborg_suit.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/clothing/suits/cardborg_suit.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/crayons.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/crayons.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/datums/dog_fashion.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/datums/dog_fashion.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* early return
* borgimorph desc
* Atomisation
* Helmet nerf
* Apply suggestions from code review
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* some work
* More work
* Removed commented out stuff
* associative list
* LISTLESS!
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* usr > user
* oops
* huff
* I need caffine
* Update crayons.dm
* Update code/modules/clothing/suits/cardborg_suit.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Squashed commit of the following:
commit f49219c019
Merge: 4d7a67497c 5040dc286e
Author: Fordoxia <143041327+Fordoxia@users.noreply.github.com >
Date: Fri May 3 01:25:48 2024 +0100
Merge branch 'master' of https://github.com/Fordoxia/CRUNCHParadise
commit 5040dc286e
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Fri May 3 01:49:04 2024 +0200
Makes mentor PMs show up as mentor PMs again (#25351 )
commit fe59ff5c3d
Author: Contrabang <91113370+Contrabang@users.noreply.github.com >
Date: Thu May 2 19:33:24 2024 -0400
adds more hand keybinds (#25225 )
commit b14830c85a
Author: GDN <96800819+GDNgit@users.noreply.github.com >
Date: Thu May 2 18:17:19 2024 -0500
Timer log now includes the function called (#25308 )
commit 073ad533fa
Author: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Date: Thu May 2 18:38:45 2024 +0100
Autodocs robot_mob.dm. Removes an unused proc. (#25331 )
* Autodoc. Removes unused proc.
* removes a space
* Update code/modules/mob/living/silicon/robot/robot_mob.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Update robot_mob.dm
* Update robot_mob.dm
---------
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 02a09a7c7f
Author: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Date: Thu May 2 13:17:12 2024 +0100
Upgrades TGS build script to actually build RUSTG (#25340 )
commit 2144a93627
Author: Henri215 <77684085+Henri215@users.noreply.github.com >
Date: Thu May 2 08:52:00 2024 -0300
Mining charges, second try! (#24790 )
* mining charges
* Apply suggestions from code review
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
* span class
* deconstruct comment update
* Apply suggestions from code review
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/game/objects/items/weapons/explosives.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
* ops
* Update code/game/objects/items/weapons/explosives.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/mining/equipment/mining_charges.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Henri215 <77684085+Henri215@users.noreply.github.com >
---------
Signed-off-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit d587effe2c
Author: Christasmurf <25437893+Christasmurf@users.noreply.github.com >
Date: Thu May 2 12:37:44 2024 +0100
Beret + softcap .dmi split (#25314 )
* beret softcap dmi split
* icon rename
* dme crlf to lf
* tsf cap fixes
* Apply suggestions from code review
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Christasmurf <25437893+Christasmurf@users.noreply.github.com >
* vox cap icon name
* remove beret subtype on fluff
* Update code/modules/clothing/head/soft_caps.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Christasmurf <25437893+Christasmurf@users.noreply.github.com >
---------
Signed-off-by: Christasmurf <25437893+Christasmurf@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
commit 15e7fcdb3f
Author: Divulf <134484326+Divulf@users.noreply.github.com >
Date: Thu May 2 21:59:35 2024 +1200
Improves barsigns and makes them buildable. (#24685 )
* Improves barsigns and makes them buildable.
* Requested fixes.
* fingerprints and a parent call on attack_hand() (sure hope this doesn't break anything)
* More fixes. (the change to barsigns.dmi is removing a bunch of almost-transparent pixels on the mead bay sign that shouldn't have been there)
* Even more fixes.
* Better code and sprite fixes.
* early returns
* better
* more
* switch
* qwertyuiop
* whoops
* maps are stupid
* mcramon sprites :o
* i hope mapmerge works this time
* i hope mapmerge works THIS time
* zrsxdctfhghfcdszzsxdgcfhv
---------
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
commit fd30c12047
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Wed May 1 20:04:42 2024 -0700
Secondary goals will now refuse to generate if messaging is offline. (#25170 )
* Secondary goals will now refuse to generate if messaging is offline.
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Charlie Nolan <funnyman3595@gmail.com >
---------
Signed-off-by: Charlie Nolan <funnyman3595@gmail.com >
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 13c583d2bf
Author: Mikhail Dzianishchyts <mikhail.dzianishchyts@gmail.com >
Date: Thu May 2 04:57:26 2024 +0300
Sanitize empty values in `file2list()` (#25255 )
* Sanitize empty values in `file2list()`
* seperator
---------
Signed-off-by: Mikhail Dzianishchyts <mikhail.dzianishchyts@gmail.com >
commit 87aef93586
Author: asciodev <81930475+asciodev@users.noreply.github.com >
Date: Wed May 1 20:36:02 2024 -0400
Allow borgs to use holopads (#25094 )
* Allow borgs to use holopads
* Revert kludge cyborg icon fix in favor of sane fix
* Further remove cyborg hologram kludge
For cyborgs, a false value was previously set for the safety argument
when calling `/proc/getHologramIcon` (from commit 17c96bc24d ). This was
because the `icon/A` parameter was mistakenly set to `robot.icon`, which
caused a runtime error to occur when `Height()` is called on it in line
1008, preventing cyborg holograms from appearing. Setting a false safety
value made use of the so-conditional `new(A)` call on line 1003, which
created a new icon from the `robot.icon` string. This kludge prevented a
runtime and made cyborg holograms appear. The kludge was removed in
commit dbb8851ae3 , but the false safety value remained. This commit
fixes that.
* Update code/game/machinery/hologram.dm
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit ba4994d889
Author: Mikhail Dzianishchyts <mikhail.dzianishchyts@gmail.com >
Date: Thu May 2 03:35:39 2024 +0300
Tweak recipes of glasses (#25070 )
* Tweak recipes of glasses
* Allow some sunglasses as ingredient
* Revert time of recipes
commit 5ca09c7fe7
Author: Mikhail Dzianishchyts <mikhail.dzianishchyts@gmail.com >
Date: Thu May 2 03:27:10 2024 +0300
Don't walk without gravity while being space drugged (#25248 )
* Don't walk without gravity while being space drugged
* Update code/modules/reagents/chemistry/reagents/drugs.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Mikhail Dzianishchyts <mikhail.dzianishchyts@gmail.com >
---------
Signed-off-by: Mikhail Dzianishchyts <mikhail.dzianishchyts@gmail.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
commit 24726c60fe
Author: Adrer <erwin@lombok.demon.nl >
Date: Thu May 2 02:20:07 2024 +0200
Moving pulled objects as a borg checks if the turf is adjacent to you. (#25253 )
* Move_Pulled now checks for adjacency of the turf you are moving something to.
* Move comment to correct line.
* Update code/modules/mob/mob_movement.dm
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
commit 31390ff2e1
Author: Luc <89928798+lewcc@users.noreply.github.com >
Date: Wed May 1 20:14:23 2024 -0400
Check against current mob for admin keybinds (#25341 )
commit 45b0f34d95
Author: Mikhail Dzianishchyts <mikhail.dzianishchyts@gmail.com >
Date: Thu May 2 03:06:23 2024 +0300
Don't check side pressure if filter isn't.. filtering (#25019 )
commit 50a986b8de
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Wed May 1 17:04:50 2024 -0700
Makes tesla movement pretty (#24786 )
* They hate how easy this is
* No more deciseconds
* Intermediate code
* Made tesla movement pretty.
* Lint.
* Update code/modules/mob/mob_movement.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
* Review comments.
---------
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
commit e19559ad54
Author: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Date: Thu May 2 01:01:24 2024 +0100
The Gibber Now Drops 6 Meat Instead of 3 When Gibbing. (#25287 )
* Update gibber.dm
* extra
commit 1feb21eed1
Author: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Date: Thu May 2 00:58:35 2024 +0100
[FIX] Cyborgs With Guns Can Now Perform Executions (With Guns!). (#25275 )
* borg execution time
* Update gun.dm
* Update gun.dm
* Update gun.dm
commit 41eff52fac
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Thu May 2 01:55:38 2024 +0200
Renames most processing SS' to the convention of `SS[SS name here]` (#25302 )
* Renames most processing SS'
* Contra review
commit 271d67d237
Author: Deniz <66401072+Oyu07@users.noreply.github.com >
Date: Thu May 2 02:54:00 2024 +0300
Adds MARK: to some comments (#25184 )
* robot_upgrades
* disability
* airlock
* mecha
* Abcudtor
* Forgot a space here
* Some style changes + additions
* removed a no comment
* comment change
* empty
* empty again
dont dare look insde
* ault
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
---------
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
commit 4a1f396707
Author: dearmochi <1496804+dearmochi@users.noreply.github.com >
Date: Thu May 2 08:52:14 2024 +0900
Grant TRAIT_NOFIRE while cloning (#25327 )
* Grant TRAIT_NOFIRE while cloning
* Update code/game/machinery/clonepod.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
commit f8ebba6ed1
Author: Burzah <116982774+Burzah@users.noreply.github.com >
Date: Wed May 1 16:49:05 2024 -0700
Adds logging for thrall deconversions (#25305 )
* thrall deconversion logging inside water.dm
* moves logging to vamp_thrall.dm instead
commit f0209d975b
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Wed May 1 19:46:42 2024 -0400
ion scatter gets 2 more pellets and 5 degrees more spread (#25269 )
* ion scatter gets 2 more pellets and 5 degrees more spread
* mech ion as well
commit 96aa08823c
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Thu May 2 01:23:31 2024 +0200
Adds it (#25254 )
commit af7f35a0fe
Author: Arthri <41360489+Arthri@users.noreply.github.com >
Date: Thu May 2 07:23:26 2024 +0800
Remove tgui say error (#25273 )
* Remove the error
* Build and update tgui
* Restore precautionary if statement
* Build and update tgui
* trigger ci
---------
Co-authored-by: Arthri <41360489+a@users.noreply.github.com >
Co-authored-by: /tg/ui Builder <41898282+github-actions[bot]@users.noreply.github.com>
commit a3a1be49b0
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Wed May 1 19:23:19 2024 -0400
modsuits have the same virus protection as space suits / biosuits (#25310 )
commit daf76d3aaa
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Wed May 1 19:23:09 2024 -0400
gives lavaland plants 50 potency (#25322 )
commit 55ed33a253
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Thu May 2 01:23:03 2024 +0200
Changes incorporeal_move to defines (#25319 )
* Changes incorporeal_mvoe to defines
* Lets the switch use defines too
commit f2dd4f6595
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Wed May 1 19:22:59 2024 -0400
fix shield generators on zlvl change (#25318 )
commit 3e5a3ea35c
Author: Luc <89928798+lewcc@users.noreply.github.com >
Date: Wed May 1 16:37:44 2024 -0400
works (#25337 )
commit f97a9ee934
Author: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
Date: Wed May 1 19:05:54 2024 +0100
NanoMap Auto-Update (Wed May 1 01:16:06 UTC 2024) (#25329 )
Co-authored-by: NanoMap Generation <action@github.com >
commit 9d2c9d9ed1
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Wed May 1 13:27:37 2024 +0200
Removes a variable that is only set once (#25003 )
* One of the variables of all time
* Oyu review
commit 44fb00ca25
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Wed May 1 13:42:57 2024 +0300
Qol + fix for mecha (#25206 )
* Qol + fix for mecha
* Update code/game/mecha/mecha.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/mecha/mecha.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
---------
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
commit 86530f4e3e
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Wed May 1 13:40:48 2024 +0300
BUFF: Mining Grenade launcher (#25204 )
* BUFF: Mining Grenade launcher
* Update weapons.dm
commit 14ce47830d
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Wed May 1 03:39:01 2024 -0700
Reduce the chance of getting no changes to a stat when mutating plants. (#25179 )
* Reduce the chance of getting no changes to a stat when mutating plants.
* Update code/modules/hydroponics/seeds.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
---------
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
commit 7daf219ec0
Author: larentoun <31931237+larentoun@users.noreply.github.com >
Date: Wed May 1 13:37:08 2024 +0300
More Crowbar Acts (#24986 )
* crowbar acts part 1
* livings checked
* convert istypes to tool behaviour
* solars
* use tool_volume
* Update code/modules/research/server.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: larentoun <31931237+larentoun@users.noreply.github.com >
* Update code/modules/power/generators/portable generators/pacman.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: larentoun <31931237+larentoun@users.noreply.github.com >
* return
* return returns
* Update code/modules/mob/living/simple_animal/bot/mulebot.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: larentoun <31931237+larentoun@users.noreply.github.com >
* Update code/game/objects/structures/janicart.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: larentoun <31931237+larentoun@users.noreply.github.com >
---------
Signed-off-by: larentoun <31931237+larentoun@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
commit 4d7a67497c
Merge: afd185773a a2e7d95306
Author: Fordoxia <143041327+Fordoxia@users.noreply.github.com >
Date: Wed May 1 04:00:48 2024 +0100
Merge branch 'master' of https://github.com/Fordoxia/CRUNCHParadise
commit a2e7d95306
Author: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Date: Tue Apr 30 22:41:03 2024 +0100
Moves a custom item to the right file (#25325 )
commit 6ea2f09570
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Tue Apr 30 20:41:45 2024 +0200
Removes a rogue # (#25313 )
commit 9271d9e106
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Tue Apr 30 05:29:19 2024 -0700
Added tracking of when a secondary goal is handed out. (#25168 )
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
commit 4ea0bbd6da
Author: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Date: Tue Apr 30 13:07:18 2024 +0100
Tweaks Farragus Robotics, Adds a Corpse Delivery Chute! (#25090 )
* Fixing some minor typos for cyborg upgrade flavour text
Throws in some missing apostrophes, capitalisation, and the letter "s."
* Briefcase Full of Cash buff
Increases the amount of cash in the Syndicate Briefcase Full of Cash from 600 Cr to 1000 Cr
* Reverts double-feature PR
* Reverts a broken revert
* Reverting again because Ebba told me to
* And reverting yet again
* Makes farragus less bad
* Tweaks
* Reconstruction
* Tweaks
* Merge Deconflict AGAIN
* Update cerestation.dmm
* More deconflictation
* Update cerestation.dmm
commit 107950f50e
Author: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Date: Tue Apr 30 12:51:15 2024 +0100
Removes Advanced Reagent Scanner from Service & Medical Cyborgs, Transfers Functionality to Innate Reagent Vision. (#24457 )
* Update robot_modules.dm
* Adds advanced reagent vision
* rounding
* Update code/datums/outfits/outfit_debug.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/clothing/clothing.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update atoms.dm
* This one hyphen will kill me if I don't fix it.
* Update code/game/atoms.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/atoms.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update atoms.dm
* Update code/game/atoms.dm
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
* Update code/modules/clothing/clothing.dm
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
---------
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
commit 773ee4afed
Author: S34N <12197162+S34NW@users.noreply.github.com >
Date: Tue Apr 30 12:45:41 2024 +0100
Update the TGUI conflict merge resolution to properly commit rebuilt bundles (#25246 )
* update the tgui conflict merge process
* tidy this
commit 94b5d22034
Author: larentoun <31931237+larentoun@users.noreply.github.com >
Date: Tue Apr 30 14:40:41 2024 +0300
Records Multiline (#24991 )
* pre-wrap for labeledlist
* multiline for pdas
* consoles fix
* update tgui
* update tgui bundle
commit 54d563ada1
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Tue Apr 30 04:23:16 2024 -0700
Reverse direction of requests console messages. (#25169 )
Also fixes a bad error message.
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
commit afd185773a
Merge: 8b0ff64cc0 ec2c5638fc
Author: Fordoxia <143041327+Fordoxia@users.noreply.github.com >
Date: Tue Apr 30 03:45:45 2024 +0100
Merge branch 'master' of https://github.com/Fordoxia/CRUNCHParadise
commit ec2c5638fc
Author: Zantox <vetle.neumann@protonmail.com >
Date: Tue Apr 30 02:57:36 2024 +0200
Add ventcrawl unit-test (#24830 )
* Add ventcrawl unit-test
* Fix linting
* Solve chair-flipping without HANDS_BLOCKED
* Remove unit_test_dummy variable
* Use `isturf` helper in ventcrawl unit-test
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
* Update code/modules/unit_tests/atmos/test_ventcrawl.dm
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 3e9c29258e
Author: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
Date: Mon Apr 29 20:51:19 2024 -0400
Diverse Traders (#24883 )
* Diverse Traders Types
* Trader Type control, announcements, species spawning
* Trader Outfits
* Posh Moth - Posh Cane
* Landmarks, Trader ID Name Change
* Trader Shuttle Adjustment - Landmarks for Item Pools
* Outfit Survival Kit changes
* Added another refill for the hand labeler due to more cargo
* Trader Shuttle locker fix
* Item Stocks, Item Stock Assignments, Box Kits, Love Bottle
* Mech access, No double mechs, Small box fix
* Removed Solgov Gunkit from General Pool
* Spacing
* Moved traders to not be event subtypes, added documentation to vars
* Boxed spacing, removed improper
* Moved postequip, used box variables
* Lore team requested change - Bolt action instead of AK
* Changed landmark
* Moved soviet ammo to minor gear, increased soviet minor gear to 8.
* Obfuscated Cybersun
* Lootpool Adjustments
* Readded Solgov Kit to general pool at low weight
* Commas!
* Spelling
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Comments
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Re-Nulled After_Equip_Job
* Removed extraneous var spaces
* Relocated space in trader introduction message
* Robomoon is now once again Cybersun
* Impropered Enforcer Kit
* No more ERT box for non-NT boxes
* Fixed turbine kit stock part amount
* Subtyped skrell/unathi suit boxes
* Replaced meson cyber eye (nodrop issue) with meson sunglasses/gar mesons
* Reduced weight on arm/esword implant rare items
* Also reduced arm laser weight
* Added a couple items to skipjack large - more 'random', filled in reduced weights
* Path typo fix
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Removed trailing / in path
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Removed Cheap Breacher suit from inventory
* Apply suggestions from code review
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 417d6fe8cf
Author: Luc <89928798+lewcc@users.noreply.github.com >
Date: Mon Apr 29 20:50:35 2024 -0400
Makes kudzu much more likely to entangle you (#25167 )
* lets kudzu entangle you
* Increase buckle time
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 48db11cd84
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Tue Apr 30 03:14:26 2024 +0300
Ash Walkers now Ash Doctors (#25207 )
* Ash Walkers now Ash Doctors
* Update other.dm
commit 6848ee8502
Author: S34N <12197162+S34NW@users.noreply.github.com >
Date: Tue Apr 30 01:12:49 2024 +0100
Updates readme, licence files (#25259 )
* test
* more
* more stuff
* images
* more!
* sanity?
* details
* fix licences, update readme
* remove GPL disclaimer
* more docs
* wiki link
* spacing tweaks
* text change
* wording
* DM language reference
* Update README.md
Signed-off-by: S34N <12197162+S34NW@users.noreply.github.com >
---------
Signed-off-by: S34N <12197162+S34NW@users.noreply.github.com >
commit 2e4089dc15
Author: S34N <12197162+S34NW@users.noreply.github.com >
Date: Mon Apr 29 03:07:25 2024 +0100
Various TG Chat message sorting fixes (#25229 )
* Fixes unsorted emotes, announcements, votes, surgery, prayers, ahelp responses
* Apply suggestions from code review
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
---------
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
commit 4add53d6c1
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Mon Apr 29 05:00:34 2024 +0300
Add alternative Spear recipe for Ash walkers (#25208 )
* Add alternative Spear recipe for Ash walkers
* Update recipes.dm
* Update code/modules/crafting/recipes.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/modules/crafting/recipes.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
---------
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
commit 7f37f93408
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Mon Apr 29 04:33:25 2024 +0300
fix avoiding powerfist antidrop (#25274 )
* fix avoiding powerfist antidrop
* Update code/game/objects/items/weapons/powerfist.dm
Co-authored-by: HMBGERDO <61080616+HMBGERDO@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/game/objects/items/weapons/powerfist.dm
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
---------
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Co-authored-by: HMBGERDO <61080616+HMBGERDO@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
commit 83c9d8878a
Author: Rayforx <154929127+Rayforx@users.noreply.github.com >
Date: Mon Apr 29 00:21:48 2024 +0200
Blood level QoL for vampires (#25075 )
commit a50683ef28
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Sun Apr 28 18:03:14 2024 -0400
Adds the SPRK-12 Energy Pistol (#24869 )
* Adds the SPRK-12 Pistol
* I Was improper and forgot to name it right
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* check it
* Update gun.dm
* less copypasta
* Apply suggestions from code review
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* early return
---------
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
commit fb027f73dd
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Sun Apr 28 22:57:26 2024 +0200
Changes the `is_changeling` and `is_mindslave` procs into proper defines (#25212 )
* Changes these procs into proper defines
* Henri review
commit fc7acc4597
Author: Burzah <116982774+Burzah@users.noreply.github.com >
Date: Sun Apr 28 13:05:39 2024 -0700
adjusted logic for humanize_spider (#25286 )
commit a42bacb9fa
Author: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com >
Date: Sun Apr 28 15:53:29 2024 -0400
fifty percent off deal (#25243 )
commit 057e9f16eb
Author: Code-Lyoko0 <degg444@gmail.com >
Date: Sun Apr 28 14:51:34 2024 -0500
Informs Deathsquad that the bomb has been armed during Epsilon Alert. (#25242 )
* informs the Death Squad that the bomb has been armed during Epsilon Alert
* Contra review, properly qdel'ing the radio on destory
commit 6fa7a48ba8
Author: Contrabang <91113370+Contrabang@users.noreply.github.com >
Date: Sun Apr 28 15:48:13 2024 -0400
ibheriewfofi0wnmfeionfm (#25294 )
commit daa368ca10
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Sun Apr 28 15:48:00 2024 -0400
day 1 shadow tweaks (#25290 )
commit 36f7c43c9c
Author: larentoun <31931237+larentoun@users.noreply.github.com >
Date: Sun Apr 28 06:01:16 2024 +0300
Better Gas Scans (Chatbox and Colored!) (#24975 )
* feat: Better Gas Analyzer AND TGUI!
https://github.com/ss220-space/Paradise/pull/2333
https://github.com/ss220-space/Paradise/pull/2461
https://github.com/ss220-space/Paradise/pull/2522
* rename atmos helpers
* remove tgui
* more fixes
* better act self
* now scanner finally works again
* what if we want turf beneath the target?
* fix chatbox
* color code the gases
* unnecessary stuff removal
* ghosts can now scan portable atmospherics
* better code
* do we really need to know that?
* change colors
* add a space to separate gases from other info
* update tgui bundle
* update dark-theme CO2 color
commit 1d4d95a10b
Author: Contrabang <91113370+Contrabang@users.noreply.github.com >
Date: Sat Apr 27 21:43:58 2024 -0400
yes (#25297 )
commit a3e43a3161
Author: warriorstar-orion <orion@snowfrost.garden >
Date: Sat Apr 27 20:06:39 2024 -0400
fix: null check during morph eat (#25291 )
commit d2d932d4d1
Author: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
Date: Sat Apr 27 12:22:22 2024 +0100
NanoMap Auto-Update (Sat Apr 27 01:09:53 UTC 2024) (#25280 )
Co-authored-by: NanoMap Generation <action@github.com >
commit 572b79bce9
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Sat Apr 27 10:25:17 2024 +0200
Removes num2dir (#25261 )
commit dbc3bf1c8b
Author: GDN <96800819+GDNgit@users.noreply.github.com >
Date: Sat Apr 27 03:23:48 2024 -0500
Removes a lot of lists (#25272 )
* Removes a lot of lists
* Update code/game/turfs/simulated/floor.dm
Signed-off-by: GDN <96800819+GDNgit@users.noreply.github.com >
* Update code/game/turfs/simulated/floor/misc_floor.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: GDN <96800819+GDNgit@users.noreply.github.com >
* Update code/game/turfs/simulated/floor/mineral_floors.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: GDN <96800819+GDNgit@users.noreply.github.com >
* Update code/game/turfs/simulated/floor/mineral_floors.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: GDN <96800819+GDNgit@users.noreply.github.com >
---------
Signed-off-by: GDN <96800819+GDNgit@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit e810b3a9c7
Author: Adrer <erwin@lombok.demon.nl >
Date: Sat Apr 27 10:21:13 2024 +0200
Security level changes no longer force depowered lights on. (#25245 )
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com >
commit b165839073
Author: Christasmurf <25437893+Christasmurf@users.noreply.github.com >
Date: Sat Apr 27 01:17:59 2024 +0100
Biosuit resprite (#25004 )
* biosuits babeyyy
* minor changes to comments
* lil booties
* suggested change
commit e73dc13a29
Author: Luc <89928798+lewcc@users.noreply.github.com >
Date: Fri Apr 26 20:00:51 2024 -0400
Improves interactions with display cases. (#25228 )
* better player info for display case
* this too
* improved messaging
* finish out the docs
* Update code/game/objects/structures/displaycase.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
---------
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
commit 7a45c712b8
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Sat Apr 27 00:32:00 2024 +0200
Adds a stamina meter (#24782 )
* Finally done
* Contra + Qwerty review
* I don't think I broke anything :D
* Lewc review
commit 88af37bfcf
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Fri Apr 26 18:31:09 2024 -0400
Adds the NTSS Shadow (#24778 )
* WIP
* change this
* the rest of the fucking owl
* removes QWERTODO
* let us fix the CC beacons too
* makes it look better
* makes CI work on everything but shadow, asking warriorstar
* exclude ntss shadow from window spawner checks
* final changes hopefully
* moved around parts of the shuttle
* Update code/modules/atmospherics/machinery/components/trinary_devices/filter.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* moves it moves it to it's own file
* move it move it
* bobby_drop_tables
* oops
* fuck
---------
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
commit 78e782dfcb
Author: S34N <12197162+S34NW@users.noreply.github.com >
Date: Fri Apr 26 23:11:08 2024 +0100
skip nanomap when no changes needed (#25182 )
commit 8b0ff64cc0
Merge: c75279f7c8 7ab24d6519
Author: Fordoxia <fordoxia@googlemail.com >
Date: Fri Apr 26 22:42:06 2024 +0100
Merge branch 'master' of https://github.com/Fordoxia/CRUNCHParadise
commit 7ab24d6519
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Fri Apr 26 16:50:36 2024 -0400
fixes tarot card capitalization in uplink (#25278 )
commit c75279f7c8
Merge: 8c704101de 5b8ae44d03
Author: Fordoxia <143041327+Fordoxia@users.noreply.github.com >
Date: Fri Apr 26 16:23:32 2024 +0100
Merge branch 'master' of https://github.com/Fordoxia/CRUNCHParadise
commit 5b8ae44d03
Author: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
Date: Thu Apr 25 15:14:31 2024 -0400
whoops (#25268 )
commit 5adf1408d1
Author: Mikhail Dzianishchyts <mikhail.dzianishchyts@gmail.com >
Date: Thu Apr 25 22:04:31 2024 +0300
Bring `respawn_enabled` back to config (#25264 )
commit 20701d905c
Author: Contrabang <91113370+Contrabang@users.noreply.github.com >
Date: Thu Apr 25 14:20:50 2024 -0400
Shades now drop bodies when killed/destroyed (#24784 )
* this was a bit of a pain
* yes
* damger reviwe
* funny review
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit e204ca6694
Author: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Date: Fri Apr 26 04:20:35 2024 +1000
pens (#25159 )
commit ae7da539e3
Author: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Date: Thu Apr 25 19:20:14 2024 +0100
Fixes an SQL update file + null character save issue (#25149 )
* This is what I get for sending a PR
* I DID SAY TESTING: None
commit 1377fd1166
Author: Mikhail Dzianishchyts <mikhail.dzianishchyts@gmail.com >
Date: Thu Apr 25 06:00:44 2024 +0300
[s] Disguise with plant trick (#25260 )
* Fix plant-disguise trick
* Resolve name collision
commit af5d187014
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Wed Apr 24 19:10:46 2024 -0400
Adds magic tarot cards [SERIOUS DO NOT CLOSE AFTER AFD] (#24933 )
* starts it
* Update magic_tarot.dm
* MORE PROGRESS
* So many thanks to Cloudbucket, for sprites
* The Work, the Art, continues.
* more changes
* pushes the Work foward. All cards done.
* and more thanks github
* adds to BSH
* tochat
* Finishes QWERTYTODO. Magic key. World smoke
* Isaac and his mother lived alone in a small house on a hill. Isaac kept to himself, drawing pictures and playing with his toys as his mom watched Christian broadcasts on the television. Life was simple, and they were both happy. That was, until the day Isaac’s mom heard a voice from above. “Your son has become corrupted by sin. He needs to be saved.” “I will do my best to save him, my Lord,” Isaac’s mother replied, rushing into Isaac’s room, removing all that was evil from his life. Again the voice called to her, "Isaac’s soul is still corrupt. He needs to be cut off from all that is evil in this world and confess his sins." “I will follow your instructions, Lord. I have faith in thee,” Isaac’s mother replied, as she locked Isaac in his room, away from the evils of the world. One last time, Isaac’s mom heard the voice of God calling to her. “You've done as I've asked, but I still question your devotion to me. To prove your faith, I will ask one more thing of you." "Yes Lord, anything!” Isaac’s mother begged. "To prove your love and devotion, I require a sacrifice. Your son, Isaac, will be this sacrifice. Go into his room and end his life, as an offering to me to prove you love me above all else." "Yes Lord", she replied, grabbing a butcher’s knife from the kitchen. Isaac, watching through a crack in his door, trembled in fear. Scrambling around his room to find a hiding place, he noticed a trap door to the basement hidden under his rug. Without hesitation, he flung open the hatch, just as his mother burst through his door, and threw himself down into the unknown depths below.
* nanny bag it before I forget
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* returns early
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* RE-RE-RE-REVIEW
* Apply suggestions from code review
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: synthtee <127706731+SynthTwo@users.noreply.github.com >
* requested changes and such
* duh
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* returns early
* Update code/datums/status_effects/buffs.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* new hrefs here to troll CI :trollface:
* Update code/game/gamemodes/wizard/magic_tarot.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
---------
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: synthtee <127706731+SynthTwo@users.noreply.github.com >
commit 69d6a8df21
Author: GDN <96800819+GDNgit@users.noreply.github.com >
Date: Wed Apr 24 16:21:11 2024 -0500
Overhauls player facing verb UI (#24060 )
* Preference verb overhaul
* this too
* Update code/__DEFINES/preferences_defines.dm
* Update code/modules/client/preference/preferences.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* fixes + better html
* removes unused define
---------
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
commit e615738e22
Author: S34N <12197162+S34NW@users.noreply.github.com >
Date: Wed Apr 24 20:42:12 2024 +0100
All your TGUI belong to us (#25250 )
commit 0c5fdaa57b
Author: Luc <89928798+lewcc@users.noreply.github.com >
Date: Wed Apr 24 15:40:45 2024 -0400
Updates contributing guide regarding signals, removes SIGNAL_HANDLER_DOES_SLEEP (#24824 )
* Updates contributing guide, removes DOES_SLEEP
* Update .github/CONTRIBUTING.md
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 3333fd051f
Author: larentoun <31931237+larentoun@users.noreply.github.com >
Date: Wed Apr 24 22:38:47 2024 +0300
if you have PROCCALL rights, you can call it from VV (#25030 )
commit 20a0836d1a
Author: Rayforx <154929127+Rayforx@users.noreply.github.com >
Date: Wed Apr 24 07:45:43 2024 +0200
Update ghost_bar.dm (#25234 )
commit c3af4456e1
Author: chuga-git <98280110+chuga-git@users.noreply.github.com >
Date: Wed Apr 24 00:45:37 2024 -0500
Restricts rubbershot's guaranteed knockdown range (#25178 )
* restricts rubbershot knockdown range
* actually commit the right version
* Henri review
commit a2de7f4533
Author: GDN <96800819+GDNgit@users.noreply.github.com >
Date: Wed Apr 24 00:45:25 2024 -0500
fixes a radial menu gc false positive (#25237 )
commit 6c756f98c0
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Wed Apr 24 07:45:16 2024 +0200
Makes the walls from Desecrated Duel GC properly (#24990 )
* GC is a thing of all time
* Spacing
commit d233824add
Author: GDN <96800819+GDNgit@users.noreply.github.com >
Date: Wed Apr 24 00:45:03 2024 -0500
nerfs machine overload (#25153 )
commit 752deb8119
Author: Mikhail Dzianishchyts <mikhail.dzianishchyts@gmail.com >
Date: Tue Apr 23 22:09:44 2024 +0300
Make it possible to get out of abductors experimentation machine (#24842 )
* Make it possible to get out of abductors experimentation machine
* Better roll of result
* Better message of escape attempt
* Apply suggestions from code review
* Remove unnecessary check
* Slightly tweak values
commit 8c704101de
Merge: 339ded7dd3 67cba07b99
Author: Fordoxia <143041327+Fordoxia@users.noreply.github.com >
Date: Tue Apr 23 03:22:48 2024 +0100
Merge branch 'master' of https://github.com/Fordoxia/CRUNCHParadise
commit 67cba07b99
Author: SchrodingersWolf <108938550+SchrodingersWolf@users.noreply.github.com >
Date: Mon Apr 22 21:14:08 2024 -0400
Fixes Cerestation Medical Storage disposals bin, also simplifies disposals in Medbay Break Room (#24776 )
* Fixes Medbay Storage disposals bin
* Life is pain
* Rogue pipe be gone
commit 853f108c89
Author: Contrabang <91113370+Contrabang@users.noreply.github.com >
Date: Mon Apr 22 20:50:48 2024 -0400
[SERIOUS] Improves admin tooling for radiation (#24968 )
* lets clean some radiation
* changes
* lgtm
commit de6a54fbde
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Tue Apr 23 02:49:52 2024 +0200
Removes all mentions of `return .` where they would be unnecessary (#25142 )
* Removes all mentions of `return .`
* I can do this all day
* Arthri review
* Update code/__HELPERS/sanitize_values.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/__HELPERS/sanitize_values.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
---------
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
commit 6b442d3ed2
Author: warriorstar-orion <orion@snowfrost.garden >
Date: Mon Apr 22 20:48:08 2024 -0400
cere: increase maint loot spawns (#25152 )
commit a1ca632a19
Author: Aylong <69762909+AyIong@users.noreply.github.com >
Date: Tue Apr 23 01:37:59 2024 +0300
[TGUI] Coin Mint (#24885 )
* Backend
* Simplify
* Almost ready
* Done., i think
* You can now craft a money bag
* Autodoc
* Fingerprints
* Earlier return if no money bag
* Update code/modules/mining/mint.dm
* Update code/modules/mining/mint.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update tgui.bundle.js
* Rebuild
* Fuckin hell
* Rebuild
* Update tgui.bundle.js
* Update code/modules/mining/mint.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/mining/mint.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
---------
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
commit 2cfa9d620f
Author: Mikhail Dzianishchyts <mikhail.dzianishchyts@gmail.com >
Date: Tue Apr 23 01:04:38 2024 +0300
Fixes exploit (#25101 )
commit 7fa44a31fb
Author: Mikhail Dzianishchyts <mikhail.dzianishchyts@gmail.com >
Date: Tue Apr 23 00:32:49 2024 +0300
Full Auto Gun Mode Component (#24998 )
* Full Auto Gun Mode Component
* Apply some refactoring
* spaces mhmm
* Some signal movement
* Apply DGamerL suggestions
* Unknown SIGNAL_HANDLER no more
* Fix runtime if uid is passed
* Why the hell you even care
* god you serious
---------
Co-authored-by: Gottfrei <zweisen@gmail.com >
commit 00be61a811
Author: Mikhail Dzianishchyts <mikhail.dzianishchyts@gmail.com >
Date: Mon Apr 22 23:53:14 2024 +0300
Better round start time handling after using delay (#25035 )
commit 2d1d7e283b
Author: GDN <96800819+GDNgit@users.noreply.github.com >
Date: Mon Apr 22 15:46:21 2024 -0500
makes some uis no longer automatically update (#25121 )
* makes some uis no longer automatically update
* fixes cloning sporadically not working
* Revert "fixes cloning sporadically not working"
This reverts commit 2d88887cf6 .
* Update code/modules/hydroponics/seed_extractor.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/modules/hydroponics/seed_extractor.dm
* Update code/modules/hydroponics/seed_extractor.dm
---------
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 80438de316
Author: larentoun <31931237+larentoun@users.noreply.github.com >
Date: Mon Apr 22 23:46:20 2024 +0300
Remove automatedannouncer mob (#24727 )
* remove automated announcer mob
* remove list(z) from autosay
* typo
* remove more of unused role args
* missed passing a value...
* move comment
* better check
* better check
* comment for say_understands
* Update code/modules/mob/living/brain/living_brain.dm
Co-authored-by: Charlie Nolan <funnyman3595@gmail.com >
---------
Co-authored-by: Charlie Nolan <funnyman3595@gmail.com >
commit 8b6fec0622
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Mon Apr 22 13:38:01 2024 -0700
Prevent duplicate messages when sending a PM to yourself. (#25124 )
* Prevent duplicate messages when replying to yourself.
* Oops.
---------
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
commit 58c61475e6
Author: GDN <96800819+GDNgit@users.noreply.github.com >
Date: Mon Apr 22 15:37:16 2024 -0500
fixes repair borg not working in some cases (#25151 )
commit 3449f5175d
Author: warriorstar-orion <orion@snowfrost.garden >
Date: Mon Apr 22 16:33:14 2024 -0400
ci: add maplints/fix matching stacked disposals/pipes (#25120 )
commit 831776b40d
Author: GDN <96800819+GDNgit@users.noreply.github.com >
Date: Mon Apr 22 15:33:07 2024 -0500
fixes some action button issues (#25140 )
* fixes some action button issues
* murder
* thanks autocopy
* morph and xenos
* Update code/datums/action.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
---------
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
commit 71bc06cd4e
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Mon Apr 22 22:32:58 2024 +0200
Halves the damage dealt by PKAs to blobs (#25154 )
* Makes PKAs deal half damage to blobs
* Update code/modules/events/blob/theblob.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
---------
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
commit 15483d1b88
Author: S34N <12197162+S34NW@users.noreply.github.com >
Date: Mon Apr 22 21:32:52 2024 +0100
Add modern equivalents of legacy IE-only CSS rules/properties (#25205 )
* alternatives to legacy -ms stuff from TGUI
* tgui build
* bundle
* rebuild
---------
Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
commit fdea9d7669
Author: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Date: Mon Apr 22 23:08:45 2024 +1000
Update cerestation.dmm (#25190 )
commit 5fe22f485c
Author: chuga-git <98280110+chuga-git@users.noreply.github.com >
Date: Mon Apr 22 08:00:03 2024 -0500
permits mobs with chunky fingers to fire blowgun (#25176 )
commit 4b0f774cdc
Author: Code-Lyoko0 <degg444@gmail.com >
Date: Mon Apr 22 05:29:06 2024 -0500
make the station not go into delta alert when the Death Squad arms the nuke (#25163 )
commit 339ded7dd3
Merge: 8481f50f90 f12f75c652
Author: Fordoxia <143041327+Fordoxia@users.noreply.github.com >
Date: Mon Apr 22 01:52:33 2024 +0100
Merge branch 'master' of https://github.com/Fordoxia/CRUNCHParadise
commit f12f75c652
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Sun Apr 21 16:47:32 2024 -0700
Update CONTRIBUTING.md (#25235 )
commit 6d3549c3ca
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Mon Apr 22 01:34:33 2024 +0200
LOOK IT'S COCAINE BEAR (1985) (#25086 )
commit ebbbf62cec
Author: tristan1333 <ttb09RD@gmail.com >
Date: Mon Apr 22 09:06:47 2024 +1000
Chicken meat/burger, Onigiri, Seaweed, updated boiled rice sprite (#24813 )
* Adds chicken meat, burger, onigiri, updates boiled rice sprite
* Update code/modules/food_and_drinks/food/foods/side_dishes.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/stacks/seaweed.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* changed chickenburger pathname, deleted old boiled rice sprite
* Transfers reagents from rice to onigiri
* Update code/modules/research/designs/biogenerator_designs.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* All sushi now requires seaweed
* new seaweed desc, attackverb oopsy daisy, seaweed attack_self doesn't show pointless list, Onigiri goes in hand
* moved seaweed sprite to organic.dmi
* Update code/modules/research/designs/biogenerator_designs.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update organic.dmi
* re
* goal
* oops
* early return
* Update code/modules/food_and_drinks/food/foods/side_dishes.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/food_and_drinks/food/foods/side_dishes.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/modules/food_and_drinks/food/foods/side_dishes.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/modules/food_and_drinks/food/foods/side_dishes.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 224c488c40
Author: Burzah <116982774+Burzah@users.noreply.github.com >
Date: Sun Apr 21 15:54:06 2024 -0700
CA Gang (#25233 )
commit 0a38123ff8
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Mon Apr 22 00:39:59 2024 +0200
Adds me to `CONTRIBUTING.md` (#25232 )
* I WILL conflict burza and funny
* Okaaaaaaaay fiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiine
commit 8481f50f90
Merge: 5b793c36ed 4f8d91a316
Author: Fordoxia <143041327+Fordoxia@users.noreply.github.com >
Date: Sun Apr 21 21:54:14 2024 +0100
Merge branch 'master' of https://github.com/Fordoxia/CRUNCHParadise
commit 4f8d91a316
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Sun Apr 21 12:45:47 2024 -0700
oops (#25210 )
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
commit 9e6dcf9c46
Author: GDN <96800819+GDNgit@users.noreply.github.com >
Date: Sun Apr 21 13:26:35 2024 -0500
removes the remaining datum redeclares (#25220 )
* removes the remaining datum redeclares
* the two fixes
* finneee contra
* OK CONTRA
* readd
* CURSED TO BE BROWN!
* facking automerge
commit f83ef617e9
Author: Luc <89928798+lewcc@users.noreply.github.com >
Date: Sun Apr 21 11:59:23 2024 -0400
Expands "genderless" to all species, adds body-type option, removes some gender checks (#23910 )
* adds most body type support, removes some gender checks
* remove gender from species, accessories
* restore pick_list
* re-adds limitations on accessories
* Universal access to body hair
* remove unused var
* Update example config, some preference saving code
* updates tgui bundle
* oops
* Remove formatting
* hopefully undoes formatting changes
* dammit
* been meaning to fix this one for a while
* dgamer reviews
* move body_type into human_defines
* sql file changes
* update tgui
* Update db code
* bump versions
---------
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
commit 9bc9b4b67a
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Sun Apr 21 17:24:50 2024 +0200
Removes duplicate definitions of `/datum/gamemode` on almost every gamemode file (#25219 )
* Why did every gamemode do this :(
* Contra request
commit 585a885b1f
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Sun Apr 21 16:53:25 2024 +0200
Easy fix (#25216 )
commit f6196809f2
Author: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
Date: Sat Apr 20 10:08:45 2024 +0100
NanoMap Auto-Update (Sat Apr 20 01:09:53 UTC 2024) (#25211 )
Co-authored-by: NanoMap Generation <action@github.com >
* Revert "Squashed commit of the following:"
This reverts commit baaf5dd7b8 .
* Update code/game/objects/items/crayons.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* stuff
* Update cardborg.dmi
* Apply suggestions from code review
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* refactor extended descriptions
* Squashed commit of the following:
commit b819961a52
Merge: e5e4941732 67a8a340e6
Author: Fordoxia <143041327+Fordoxia@users.noreply.github.com >
Date: Sat May 25 14:55:18 2024 +0100
Merge branch 'master' of https://github.com/Fordoxia/CRUNCHParadise
commit 67a8a340e6
Author: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Date: Sat May 25 02:43:32 2024 +0100
Fix admin PMs not working from discord (#25604 )
commit 2e01f3591d
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Fri May 24 21:42:15 2024 -0400
makes revenants not runtime clicking nearly anything (#25601 )
* makes revenants not runtime clicking nearly anything
* Update code/_onclick/observer_onclick.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
---------
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
commit 2ea75e81f3
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Fri May 24 18:41:14 2024 -0700
Corrected admin/user names in ticket typing indicator. (#25599 )
* Reversed admin/user names.
* Preserve casing
commit 50851d7958
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Fri May 24 21:18:51 2024 -0400
fix full auto on certain guns with double click speed (#25520 )
commit d438d5d3be
Author: Marm <85680653+ItsMarmite@users.noreply.github.com >
Date: Fri May 24 21:11:01 2024 +0100
spider spider spider (#25492 )
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
commit fbfd1bf82a
Author: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
Date: Fri May 24 16:08:34 2024 -0400
Gives Golems access to Xenobiology (#25484 )
commit 624a1261f8
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Fri May 24 22:01:27 2024 +0200
Makes adrenals no longer have a chance to addict you (#25479 )
* A new no addiction omnizine
* Adds to the blocked chem list
commit a52a54d0df
Author: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
Date: Fri May 24 15:46:14 2024 -0400
Trade Shuttle Console Fix + Standardization (#25466 )
* Trade Shuttle Console Fix + Standardization
* Gets rid of other "Jupiter Station" references on trader spawn area
commit 80fb55365a
Author: Onyxarias <70349271+Onyxarias@users.noreply.github.com >
Date: Fri May 24 12:44:45 2024 -0700
Mech Lore Pack - examine_more descriptions for mechs (#25414 )
* Durand text, test
* Test 2
* Test AGAIN
* Old Durand
* Old Durand 2
* Old Durand 3
* Old Durand 4
* Old Durand 5
* Marauder
* Marauder 2
* Marauder 3
* Ares
* Ares 2
* Ares 3
* Seraph
* Mauler
* Mauler 2
* Gygax
* Dark Gygax
* Dark Gygax 2
* Dark Gygax 3
* HONK
* HONK 2
* Phazon
* Reticence
* Ody
* Ripley
* Ripley 2
* Firefighter
* Death Squid
* Death Squid 2
* Apply suggestions from Burza to make punctuation and formatting consistent.
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Onyxarias <70349271+Onyxarias@users.noreply.github.com >
* Adresses Fordoxia's reviews. Updates extended descriptions for Old Durand and Reticence.
* Update code/game/mecha/combat/marauder.dm
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Onyxarias <70349271+Onyxarias@users.noreply.github.com >
* Update code/game/mecha/combat/marauder.dm
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Onyxarias <70349271+Onyxarias@users.noreply.github.com >
---------
Signed-off-by: Onyxarias <70349271+Onyxarias@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
commit 55b257ead8
Author: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Date: Fri May 24 20:43:35 2024 +0100
Tweaks Ghetto Surgery (#25439 )
* very ghetto
* Update organs_internal.dm
commit 72a5c9e3c7
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Fri May 24 21:32:03 2024 +0300
Now you need alt-shift-click to empty sprays (#25437 )
commit 2903560dc1
Author: Migratingcocofruit <69551563+Migratingcocofruit@users.noreply.github.com >
Date: Fri May 24 21:30:45 2024 +0300
Pipe fix/tweak (#25431 )
* Pipe fixes and tweaks.
Allows refilling of pipes using dried plants, removes their ability to conjure nicotine, and applies the May 22, 2015 pipe tweak to cob pipes, and make them start empty(corn has no nicotine).
* refilling pipes now sets smoketime
* oops
* Adding spaces to comments
commit d30d122ebe
Author: Deniz <66401072+Oyu07@users.noreply.github.com >
Date: Fri May 24 19:26:49 2024 +0100
tested (#25387 )
commit 4a1d1f5971
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Fri May 24 20:25:50 2024 +0200
Contort body now autodisables on death (#25247 )
* Makes contort body remove itself via signals
* Unregisters signal on remove and other fix
* Update code/modules/antagonists/changeling/powers/contort_body.dm
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
* Update code/modules/antagonists/changeling/powers/contort_body.dm
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
* Contra review
* Contra review
---------
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
commit 9030cfbb61
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Fri May 24 10:43:24 2024 -0700
Removed a bunch of unnecessary work from atmos machinery. (#25495 )
* Removed a bunch of unnecessary work from atmos machinery.
* Portable machinery does some useful work in the parent.
Reactions, icon updates.
---------
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
commit 82a1cc6a4e
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Thu May 23 21:42:53 2024 -0700
Revert #25303 and subsequent fixes (#25613 )
* Revert "Be safe, radios. (#25595 )"
This reverts commit bfa88abd5a .
* Revert "Fixes various radio issues (#25586 )"
This reverts commit 9296564ab6 .
* Revert "refactors radios to use proximity (#25303 )"
This reverts commit 06db6bc004 .
* One more bit that needed reverting.
* Begone, unnecessary file!
---------
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
commit 03cca11f95
Author: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Date: Thu May 23 20:43:33 2024 +0100
Init Sanity Unit Test (#25442 )
* Init Sanity Unit Test
* Oops
* Update code/modules/unit_tests/init_sanity.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
* Makes noticeboard less silly
---------
Signed-off-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 23ad8a48fa
Author: Luc <89928798+lewcc@users.noreply.github.com >
Date: Thu May 23 11:46:43 2024 -0400
Adds true observing -- letting you see what your target sees (#24855 )
* bring it back now y'all
* adds a bunch of other changes
* pretty much works at this point
* grep
* Fixes some bugs, still chasing some down
* Add observers to recursive mob check, ensuring they can see messages from their orbitted atom
* tidy some things up
* resolve
* remove unnecessary checks
* Address todos, minor cleanups
* oh dear
* initial testing
* Fix some vulnerabilities (oops)
* Fix some other bugs from testing
* ci fixes
* Add some contingencies against clicking things you shouldn't
* fix some noted bugs
* Add observe to admin jump, improve messaging
* add a few more fixes that should mostly address some runtimes
* oh this wasn't really great
* one last thing
* Fix suit inventory problem
* Remove merge artifact
* Add some missing parens
* Prevents you from observing other ghosts, and should fix the getting stuck outside of your body issue.
* we love testing
* adds to player panel
* Fix more bugs with observers getting stuck outside of their body
* cleans up player panel, verb offerings
* shit
* Update code/_onclick/hud/alert.dm
welp
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
* Fixes some targeting issues
* Fixes targeting on aobserve
* Fix some weird storage bugs
* clean up some doulbed up follow links
* Update code/modules/admin/player_panel.dm
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
* Adds some checks for ghost observe
* Remove mentor debug log
* ahhhhhhhhh that'll do it
* Cleans up some additional checks that were not quite what they should have been
* better logging, too
* mochi review
* one more thing
* Gets robot huds mostly working
* hopefully fix folks not getting observe
* Fix order of operations causing a runtime on qdeleting
* Remove some unnecessary stack traces
* Apply suggestions from code review
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
* Fix bug with items in your inventory disappearing on changing HUD modes
* Fix some bugs with the observe verbs
* possibly fix nullspace issues
* funny review
* missed one
---------
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
commit 7bf45dce58
Author: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Date: Thu May 23 12:10:50 2024 +0100
Gives the RCD a unique suicide act (well, 2 or 4, depending on how you look at it) (#24496 )
* RCD Suicide Time
The most suicidal item in SS13 now!
* Do not dust the items thanks
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* code compaction
* Update RCD.dm
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update RCD.dm
* Update RCD.dm
* Update RCD.dm
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/weapons/RCD.dm
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update RCD.dm
* The worst typo in history
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update RCD.dm
* missed perception check
* Refactor RCD actions.
* Death message.
* Removes magic numbers
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Makes everything work
* Update RCD.dm
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Update RCD.dm
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Update RCD.dm
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
---------
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
commit bfa88abd5a
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Thu May 23 00:13:02 2024 -0700
Be safe, radios. (#25595 )
commit 6baa75a5bf
Author: chuga-git <98280110+chuga-git@users.noreply.github.com >
Date: Thu May 23 00:54:01 2024 -0500
Removes sleep() call from clockwork and floor turfs (#25541 )
* turns sleeps into timer
* revenant death animation converted to animate()
* Update code/game/turfs/simulated/floor/plating.dm
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: chuga-git <98280110+chuga-git@users.noreply.github.com >
---------
Signed-off-by: chuga-git <98280110+chuga-git@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
commit 9296564ab6
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Thu May 23 05:48:43 2024 +0200
Fixes various radio issues (#25586 )
* Fixes various radio issues
* Steel review
commit 37189cd2c4
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Wed May 22 20:57:54 2024 -0400
Prison break virus update (#25491 )
* Prison break virus update
* Update code/modules/events/prison_break.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* one minute
* Update code/game/area/areas.dm
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit ccf5ef4fc4
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Thu May 23 03:57:37 2024 +0300
Nanopaste now can repair mecha (#25251 )
* Nanopaste now can repair mecha
* Update nanopaste.dm
* refactor mech code
* fix
* Update code/game/objects/items/stacks/nanopaste.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update nanopaste.dm
* Update nanopaste.dm
* Update nanopaste.dm
* Update nanopaste.dm
* Update code/game/objects/items/stacks/nanopaste.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update nanopaste.dm
* Update code/game/objects/items/stacks/nanopaste.dm
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/game/mecha/mecha.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/game/objects/items/stacks/nanopaste.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
---------
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
commit d32d6ee9eb
Author: matttheficus <57759731+matttheficus@users.noreply.github.com >
Date: Wed May 22 20:57:33 2024 -0400
50% off! (#25440 )
commit 34dc3224d9
Author: SPACEGEESE <136994596+spacegeese@users.noreply.github.com >
Date: Wed May 22 17:57:28 2024 -0700
shortens maints drone's description, moves the long part to a double examine (#25367 )
* the better drone rework
* Update maint_drone.dm
emag tidbit returned
commit 0e2ced3c00
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Wed May 22 20:57:25 2024 -0400
You can no longer push people with riot shields (and other parry objects) on help intent (#25301 )
* You can no longer push people with riot shields (and other parry objects) on help intent
* Update buffs.dm
commit d75cd41ba2
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Thu May 23 03:57:22 2024 +0300
RCD now build floor on chasms instead of wall (#25432 )
* RCD now build floor on chasms instead of wall
* yeah, this is work
commit 8b75706436
Author: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com >
Date: Wed May 22 20:57:12 2024 -0400
this really fixed it huh? (#25519 )
commit 7a0d4bb089
Author: dj-34 <dj-34@bk.ru >
Date: Thu May 23 05:20:58 2024 +0500
Fix ppflowers (flora) generate missing icon (#25553 )
commit a2d3e51861
Author: warriorstar-orion <orion@snowfrost.garden >
Date: Wed May 22 20:06:58 2024 -0400
refactor: remove unused /turf/proc/reachableAdjacentTurfs (#25580 )
* refactor: remove unused /turf/proc/reachableAdjacentTurfs
* Update code/game/turfs/turf.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
---------
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 83dfa64ecb
Author: warriorstar-orion <orion@snowfrost.garden >
Date: Wed May 22 19:50:23 2024 -0400
refactor: remove unused var in medicine.dm (#25579 )
commit 269be6bc97
Author: S34N <12197162+S34NW@users.noreply.github.com >
Date: Wed May 22 21:26:47 2024 +0200
Implements byondStorage for 516 browsers (#25363 )
* Add 516 storage that doesnt break 515
* tgui rebuild
* TGUI Bundle Rebuild
* TGUI Bundle Rebuild
---------
Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
commit 38fb21c467
Author: Arthri <41360489+Arthri@users.noreply.github.com >
Date: Wed May 22 16:15:14 2024 +0800
ChemMaster Production Mode Refactor (#24723 )
* Datumization of chem_master
* [ci skip]
* Undef properly
* Update code/modules/reagents/chemistry/machinery/chem_master.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Style & Formatting Suggestions
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
* Refactoring Suggestions
[skip ci]
* Naming changes
[skip ci]
* Rename variables and rewrite some checks
* Build and update tgui
* Rerun CI
* Turn production_modes into an associated list
* Fix tab selection
* Fix ui actions
* Fix sprite selection button
* [ci skip]
* Build and update tgui
* trigger ci
* force ci
* force ci
---------
Co-authored-by: Arthri <41360489+a@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: /tg/ui Builder <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
commit cd4fc1dd25
Author: Spaghetti-bit <60483458+Spaghetti-bit@users.noreply.github.com >
Date: Tue May 21 19:09:19 2024 -0600
Lazarus Reagent Change, Decay Rate change, and Formaldehyde Buff (#25324 )
* Changes necrosis_prob to use decaylevel.
* Reverts previous change to create a new branch.
* Changes Lazarus Reagent to use decaylevel.
* Changes decay rates while leaving the point at which they're skeletonized the same. This is to give only a 3 minute timer for lazarus instead of a 5 minute timer without any consequence.
* Changes the later halves of decay rate.
* Apply suggestions from code review
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Spaghetti-bit <60483458+Spaghetti-bit@users.noreply.github.com >
* Update code/modules/mob/living/carbon/human/human_life.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Spaghetti-bit <60483458+Spaghetti-bit@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Spaghetti-bit <60483458+Spaghetti-bit@users.noreply.github.com >
---------
Signed-off-by: Spaghetti-bit <60483458+Spaghetti-bit@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 3b351c8636
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Tue May 21 17:29:40 2024 -0700
Nanotrasen Chefs have now officially gone to Chef College (#25066 )
* chef buff
* comments and crap
* blam
* revert
* s34n review
* last review
* Reduced expert chef cooldown to 5s.
* Renamed things for clarity.
* Moved Expert Chef Knowledge to IC
* Don't use a Oven, use an Oven.
* Made kitchen machines less egotistical.
* Gave Expert Chef Knowledge a spell.
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Less demanding background.
* Removed verb decoration and STATUS_USED_EXPERT_CHEF
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
* Changed trait name.
* Lint
* Apply review comment.
* Remove master-removed panel var
* Update code/modules/mob/living/carbon/human/human_mob.dm
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
commit 06db6bc004
Author: GDN <96800819+GDNgit@users.noreply.github.com >
Date: Tue May 21 19:17:26 2024 -0500
refactors radios to use proximity (#25303 )
* refactors radios to use proximity
* Apply suggestions from code review
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 8f2bcdba85
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Tue May 21 16:29:27 2024 -0700
Added a typing indicator to the tickets interface. (#25189 )
* Added a typing indicator to the tickets interface.
* Lint
* Review changes.
---------
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
commit 956bf6cd79
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Tue May 21 18:23:45 2024 -0400
you can no longer kinesis the chair you are buckled to (#25561 )
commit e7ecbda4bf
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Tue May 21 18:23:39 2024 -0400
health scanners no longer say slime people have no heart (#25498 )
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
commit 6b0d87d328
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Tue May 21 15:22:30 2024 -0700
Oops. (#25562 )
commit da36e9fc46
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Mon May 20 20:45:00 2024 -0700
Crashing into stuff while leaping will actually work now. (#25545 )
commit e20bbc6ca3
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Mon May 20 20:39:41 2024 -0700
Requests Console standardization (#25213 )
* Requests Console standardization
* Update Secondary Goals to match the new Chemistry Requests Console
---------
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
commit e799cef6b9
Author: Taurtura <141481662+Taurtura@users.noreply.github.com >
Date: Mon May 20 05:55:49 2024 +0200
adds the abductor surgery toolset (#25419 )
* adds surgical abductor toolset
* ..Yes. The crew needs to be able to get it somehow. Right
* handle review from 1080p
* Required tech should be the correct one, and not engi's
* Henri's review
* 1080p's review
* adds surgical abductor toolset
* ..Yes. The crew needs to be able to get it somehow. Right
* handle review from 1080p
* Required tech should be the correct one, and not engi's
* Henri's review
* 1080p's review
commit b290fdd76a
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Sun May 19 14:25:42 2024 -0400
The lance now has a very clear confirmation message on it. (#25501 )
* The lance now has a very clear confirmation message on it.
* Update code/modules/supply/supply_console.dm
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
---------
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
commit 8e43007b83
Author: S34N <12197162+S34NW@users.noreply.github.com >
Date: Sun May 19 12:42:02 2024 +0200
fix this (#25524 )
commit ac84655df6
Author: matttheficus <57759731+matttheficus@users.noreply.github.com >
Date: Sun May 19 06:13:04 2024 -0400
Radio Hotmic Noise + Alt Click Toggle (#25239 )
* radio check - lime charlie
* examine addition
* oops
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: matttheficus <57759731+matttheficus@users.noreply.github.com >
* oops 2
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: matttheficus <57759731+matttheficus@users.noreply.github.com >
* dgamerl review
* i didnt save lul
---------
Signed-off-by: matttheficus <57759731+matttheficus@users.noreply.github.com >
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
commit 21d4261400
Author: SchrodingersWolf <108938550+SchrodingersWolf@users.noreply.github.com >
Date: Sun May 19 06:09:25 2024 -0400
Medbeams now heal IBs and burn wounds along with (#25474 )
fractures
commit 77b6f52e6d
Author: Luc <89928798+lewcc@users.noreply.github.com >
Date: Sat May 18 14:17:04 2024 +0200
Fix my error (#25515 )
Haha this event is so funny it makes me want to merge without looking
commit a6dc4f43fa
Author: Matt <116982774+Burzah@users.noreply.github.com >
Date: Sat May 18 01:25:10 2024 -0700
Tweaks dynamics height adjustment for num input (#25489 )
commit e5e4941732
Merge: 0d9409dc5a 2ac2dbca44
Author: Fordoxia <143041327+Fordoxia@users.noreply.github.com >
Date: Sat May 18 00:03:53 2024 +0100
Merge branch 'master' of https://github.com/Fordoxia/CRUNCHParadise
commit 2ac2dbca44
Author: S34N <12197162+S34NW@users.noreply.github.com >
Date: Sat May 18 00:07:23 2024 +0200
i swear to god (#25506 )
commit 1409c03463
Author: Aylong <69762909+AyIong@users.noreply.github.com >
Date: Fri May 17 20:27:10 2024 +0300
[TGUI] Noticeboard (#25095 )
* [TGUI] NoticeBoard
Well... that's... something?
Little animation
Update tgui.bundle.css
Pretty laggy animations
More design
Revert inset shadow
Polishing
You can craft it now
Wrap this shit
RMB func
* Polish
* Review changes
* Rebuild rebuild rebuild...
* Rebuild TGUI
* Unwrench it
commit 3eae519539
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Fri May 17 11:10:09 2024 -0400
Update game_mode.dm (#25509 )
commit 407f2345b0
Author: chuga-git <98280110+chuga-git@users.noreply.github.com >
Date: Fri May 17 08:25:57 2024 -0500
Prevents using organ extractor to circumvent mephedrone heart damage (#25401 )
* adds check to prevent organ extractor/mephodrone cheese
* Update code/modules/surgery/organs/organ_extractor.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Matt <116982774+Burzah@users.noreply.github.com >
---------
Signed-off-by: Matt <116982774+Burzah@users.noreply.github.com >
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit f8f34e64df
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Fri May 17 15:19:21 2024 +0200
Adds explosion particles! (#25410 )
* Adds explosion particles
* Adds back the smoke explosion system
* Removes whitespace
* Fixes CI
* Adds TGMC explosion
* Fixes explosions, removes smoke explosions
* More particle tweaks
* Removes a random extra kickup
* Fixes CI by properly removing kickups
commit 8b2852e824
Author: Silverplate <118299273+silverplatedelta@users.noreply.github.com >
Date: Fri May 17 09:12:26 2024 -0400
GOLDEN BLAST: a new judo combo (#25457 )
* FACE THE WRATH OF THE GOLDEN BOLT
* lew review
* 120 stam damage standardization
* makes it cooler
* GOLDEN BLAST is now louder
* Update code/modules/martial_arts/combos/judo/goldenblast.dm
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit e2aeeb7803
Author: Arthri <41360489+Arthri@users.noreply.github.com >
Date: Fri May 17 21:11:16 2024 +0800
Adds a VV Menu for Manipulating Reagent Holders (#25006 )
* Add reagents_editor
* Add tgui
* Fix memory leak
* Fix volume limits
* Don't unnecessarily update UI
* Handle null volume
* Change syringe color to green
* Wrap in section
* Add buttons for updating total and forcing reaction
* Remove padding for volume cell
* Fix memory leak again
* Allow removal of reagent
* Fix memory leak again
* Tweak centering
* Fix grammar
* Remove redundant types
* Reorder types
* Remove redundant css
* Strip css
* Rewrite Icons into Buttons
* Add dedicated remove button
* Change confirm icon
* Build and update tgui
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Remove non-existent scss import
* [ci skip]
* Build and update tgui
* trigger ci
* force ci
* Build and update tgui
* force ci
---------
Co-authored-by: Arthri <41360489+a@users.noreply.github.com >
Co-authored-by: /tg/ui Builder <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
commit 64e0947b97
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Fri May 17 09:07:01 2024 -0400
prototype nanite injector now heals ipcs / robotic limbs / cybernetic organs (#25473 )
* nanocalcium now heals ipcs / robotic limbs / cybernetic organs
* Update code/modules/reagents/chemistry/reagents/medicine.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: S34N <12197162+S34NW@users.noreply.github.com >
---------
Signed-off-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit f3a24e24bb
Author: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Date: Fri May 17 14:01:13 2024 +0100
Improves note deletions (#25460 )
* Improves not deletions
* balls
* balls the second
commit 0339ef65dd
Author: Contrabang <91113370+Contrabang@users.noreply.github.com >
Date: Fri May 17 09:00:27 2024 -0400
Body Randomize button now changes physique and height (#25418 )
commit 0e0fe9f107
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Fri May 17 15:59:28 2024 +0300
Kangaroo and larva now can be butchering (#25360 )
* Kangaroo and larva now can be butchering
* Update code/modules/food_and_drinks/food/foods/meat.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/modules/food_and_drinks/food/foods/meat.dm
Co-authored-by: Sheep <46016730+Scribble-Sheep@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
---------
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: Sheep <46016730+Scribble-Sheep@users.noreply.github.com >
commit 418d4fae2a
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Fri May 17 14:59:06 2024 +0200
You can now crash into things with leap (#25345 )
* I'm happy with this
* Lewc review
* Adds varedit safeties
* Update code/game/dna/mutations/mutation_powers.dm
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
commit ca31767ea7
Author: Deniz <66401072+Oyu07@users.noreply.github.com >
Date: Fri May 17 13:58:50 2024 +0100
Cleans up a nested proc with returns (#25339 )
* indent culling 1
* PAI done
* hemostat done
* Re-ordered message
* Update code/modules/mob/living/simple_animal/bot/bot.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Deniz <66401072+Oyu07@users.noreply.github.com >
---------
Signed-off-by: Deniz <66401072+Oyu07@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
commit fefb4401c0
Author: Luc <89928798+lewcc@users.noreply.github.com >
Date: Fri May 17 08:58:30 2024 -0400
Adds a new rock-paper-scissors emote (#25300 )
* adds rock paper scissors mechanics
* better icon
* Cleans up the last bit of the implementation
* use barber scissors instead
* minor cleanups
* Apply suggestions from code review
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
* Update code/datums/status_effects/neutral.dm
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
---------
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
commit ecabb8f7e6
Author: larentoun <31931237+larentoun@users.noreply.github.com >
Date: Fri May 17 15:57:45 2024 +0300
Fix planetary_atmos working correctly only for lavaland + use defines for lavaland atmos (#25296 )
* planetary atmos is not only lavaland
* use defines for lavaland temperature
* use defines for lavaland air
* temperature is initial
commit b557dabad1
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Fri May 17 08:53:08 2024 -0400
C4 now takes 1.5 seconds to attach to an object. C4 is now directional. (#25361 )
* C4
* C4's are now directonally hidden behind walls / doors
commit 621127de61
Author: Aylong <69762909+AyIong@users.noreply.github.com >
Date: Fri May 17 15:52:59 2024 +0300
Make some guns REAL auto (#25267 )
* The Man Who Sold the World
* UHHHH
* Revert WT full-auto
commit da0843e96d
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Fri May 17 05:49:32 2024 -0700
Add Variety of Food secondary goal, small tweaks. (#25173 )
* Add Variety of Food secondary goal, small tweaks.
* oops
* Apply suggestions from code review
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* No slasher movies, please.
* No prions for CC, please.
* Update code/modules/station_goals/secondary/botany/kudzu_goal.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Charlie Nolan <funnyman3595@gmail.com >
* Update code/modules/station_goals/secondary/kitchen/variety_food.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Charlie Nolan <funnyman3595@gmail.com >
* Update variety_food.dm
---------
Signed-off-by: Charlie Nolan <funnyman3595@gmail.com >
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
commit a57169eb2e
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Fri May 17 14:49:10 2024 +0200
Adds a global spores limit (#25155 )
commit b216289b41
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Fri May 17 15:45:32 2024 +0300
FEAT: Two new attachable armor for Ripley (#25231 )
* FEAT: Two new attachable armor for Ripley
* Delete mecha 32x48.dmi
* Update code/game/objects/items/stacks/sheets/leather.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/mecha/working/ripley.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/mecha/working/ripley.dm
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
* Add defines into separate files, change descriptions a bit
* fix
* change (loc) to get_turf(src)
* mecha
* edit defines
* Update leather.dm
* Update code/game/mecha/working/ripley.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update leather.dm
* Update code/game/objects/items/stacks/sheets/leather.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update mechfabricator_designs.dm
* fix .dmi
* Update code/game/mecha/working/ripley.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/game/mecha/working/ripley.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/game/mecha/working/ripley.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update ripley.dm
* Update code/game/objects/items/stacks/sheets/leather.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/game/objects/items/stacks/sheets/leather.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
---------
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 9afec80430
Author: Gatchapod <20936555+Gatchapod@users.noreply.github.com >
Date: Fri May 17 14:44:34 2024 +0200
Less scuffed Tajaran veils (#24701 )
* Tajaran enveilening
* Fix load name, swap to Initialize, more OOP
* Addressing reviews, small redoing of desc
* Suggested changes
* changes suggested by lewcc
---------
Co-authored-by: Gatchapod <Gatchapod@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
commit 1933d2fab3
Author: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Date: Fri May 17 13:43:06 2024 +0100
Refactors borg grippers, service now has a specialized gripper. (#24596 )
* Fixing some minor typos for cyborg upgrade flavour text
Throws in some missing apostrophes, capitalisation, and the letter "s."
* Briefcase Full of Cash buff
Increases the amount of cash in the Syndicate Briefcase Full of Cash from 600 Cr to 1000 Cr
* Reverts double-feature PR
* Reverts a broken revert
* Reverting again because Ebba told me to
* And reverting yet again
* Most of the stuff
Most of the refactor. Needs to fix medical borg doing shrapnel extraction.
* Forgot this
* fixing space intent
* Newline
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* More improvement
* CI fixes
* GO AWAY SPACE INDENTATION I DIDN'T PUT YOU THERE AAAAA
* oops mb mb
* Makes this work with ebba's PR
* get dat fokkin disk
* Update cyborg_gripper.dm
* Removes all nuclear stuff
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update cyborg_gripper.dm
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update cyborg_gripper.dm
* coin flipping
* Update cyborg_gripper.dm
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* EOL comments no longer EOL
* autodoc
* Update cyborg_gripper.dm
* can hold all
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Oh hi mark!
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Line split
* Some comments, examine().
Examining a gripper now tells you what's inside.
---------
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
commit ad48f54c60
Author: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com >
Date: Fri May 17 08:32:39 2024 -0400
[S] Fixes an exploit (#25502 )
* you have no idea what it took to make this commit
* Update code/game/objects/mail.dm
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
commit 85a9b97e80
Author: Contrabang <91113370+Contrabang@users.noreply.github.com >
Date: Fri May 17 08:00:06 2024 -0400
Refactors outfits to work with mind initialization (#25395 )
* wow
* fix runtime and ci
* i spell good
* Fix
* Update code/datums/outfits/outfit_admin.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Matt <116982774+Burzah@users.noreply.github.com >
---------
Signed-off-by: Matt <116982774+Burzah@users.noreply.github.com >
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 95b2fcf095
Author: HMBGERDO <61080616+HMBGERDO@users.noreply.github.com >
Date: Fri May 17 13:59:40 2024 +0200
challenge check fix (#25372 )
commit 94b7057989
Author: warriorstar-orion <orion@snowfrost.garden >
Date: Fri May 17 07:58:36 2024 -0400
tube stations can be skipped by holding direction key (#25350 )
* tube stations can be skipped by holding direction key
* Update code/game/objects/structures/transit_tubes/station.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
* invert/guard clause
* add examine text for hints
---------
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
commit 74ad8c1463
Author: Daylight <18598676+Daylight2@users.noreply.github.com >
Date: Fri May 17 14:44:17 2024 +0300
Gives singularity engines a slight nudge towards the station (#25420 )
* Makes the singolo target
* Spelling
* Update code/modules/power/engines/singularity/singularity.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Daylight <18598676+Daylight2@users.noreply.github.com >
* Fancy comments
---------
Signed-off-by: Daylight <18598676+Daylight2@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 131e631cc4
Author: Luc <89928798+lewcc@users.noreply.github.com >
Date: Fri May 17 07:37:16 2024 -0400
Adds a rod smite (#25424 )
* better
* no more ripping
commit 1d97474ee5
Author: Migratingcocofruit <69551563+Migratingcocofruit@users.noreply.github.com >
Date: Fri May 17 14:32:48 2024 +0300
Adjusts grinder behaviour and towercap log contents (#25249 )
* Adjusts grinder behaviour and towercap log contents
wood logs now contain 20 carbon, and the plank carbon amount is reduced accordingly, steel logs now contain 50 iron, non-edible plants are ground the same way as edible plants.
* Rearranged checking for grinding behavior to if else from nested if and removed the old non-edible plant grinding code.
commit 66e3528b7c
Author: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Date: Fri May 17 12:22:14 2024 +0100
Adds Abductor Janitorial Tools! (#25057 )
* Fixing some minor typos for cyborg upgrade flavour text
Throws in some missing apostrophes, capitalisation, and the letter "s."
* Briefcase Full of Cash buff
Increases the amount of cash in the Syndicate Briefcase Full of Cash from 600 Cr to 1000 Cr
* Reverts double-feature PR
* Reverts a broken revert
* Reverting again because Ebba told me to
* And reverting yet again
* Out of this world cleaning!
* missing empty space
* Locker belt
* fix merge conflict and upgrade belt
* Update code/modules/research/designs/mechfabricator_designs.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/research/designs/medical_designs.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update medical_designs.dm
* Update code/game/objects/items/robot/robot_upgrades.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Update code/game/gamemodes/miniantags/abduction/abduction_gear.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Fixed missing item state
* Begone, bucket!
* Update code/game/objects/structures/mop_bucket.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
---------
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
commit bec2043efe
Author: S34N <12197162+S34NW@users.noreply.github.com >
Date: Fri May 17 11:48:09 2024 +0200
speed up OD lint CI significantly (#25505 )
commit 843f3167dd
Author: Volodymir Ohorodnytskyi <102746941+Legendaxe@users.noreply.github.com >
Date: Fri May 17 01:44:40 2024 -0700
typo fix (#25503 )
commit 180f2ec962
Author: chuga-git <98280110+chuga-git@users.noreply.github.com >
Date: Thu May 16 22:46:38 2024 -0500
Adds blackbox tracking for purchasing Changeling abilities (#25422 )
* adds changeling power purchase to blackbox feedback
* adds feedback for all weapon sting_actions and dissonant shriek
* whoopsie daisies
commit 4419c5d667
Author: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Date: Fri May 17 04:46:02 2024 +0100
Updates tips. (#25428 )
* New tips!
* Update tips.txt
* Apply suggestions from code review
Co-authored-by: Sheep <46016730+Scribble-Sheep@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Update tips.txt
---------
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Co-authored-by: Sheep <46016730+Scribble-Sheep@users.noreply.github.com >
commit 52d8708f62
Author: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com >
Date: Thu May 16 19:55:32 2024 -0400
[S] Fixes a matter eater exploit (#25500 )
* adjacent
* add spaces
* double precautions
* wrong else
commit baedfbf6aa
Author: Taurtura <141481662+Taurtura@users.noreply.github.com >
Date: Fri May 17 00:09:34 2024 +0200
Proto-Kinetic Accelerator and Kinetic Crusher examine text update (#25338 )
* kinetic crusher examine text
* pka examine text
* apply suggestions from review
* bring back a change to the KPA's interaction description that somehow disappeared
commit 53b8c0517e
Author: Daylight <18598676+Daylight2@users.noreply.github.com >
Date: Fri May 17 01:00:05 2024 +0300
Infrared emitter lasers no longer float off into space. Fixes #25317 (#25445 )
* My application for headcoder
* Revert "My application for headcoder"
This reverts commit 63437ffcca .
* This is a much better idea
* Whitespace
* Readability cleanup
* Webedit my beloved
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Daylight <18598676+Daylight2@users.noreply.github.com >
---------
Signed-off-by: Daylight <18598676+Daylight2@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit be44430c83
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Thu May 16 15:23:25 2024 -0400
Tarot statue time fix, no longer can emote or pda as a statue (#25461 )
* Tarot statue time fix, no longer can emote or pda as a statue
* oops
* Update code/game/objects/structures/crates_lockers/closets/statue.dm
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 902dc169c9
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Thu May 16 14:35:15 2024 -0400
lets admins see inside mod storage again (#25497 )
commit f888d3deba
Author: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
Date: Thu May 16 05:06:30 2024 -0400
medtoolsdescupdate (#25405 )
commit 57bd70cd41
Author: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Date: Thu May 16 10:01:45 2024 +0100
[FIX] Glorious Communist Walls of USSP Station Now Fully Repel Capitalist Pigs! (#25453 )
* Update walls_mineral.dm
* Space indentation I hate you
commit a56dfa233a
Author: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
Date: Wed May 15 23:29:32 2024 -0500
NanoMap Auto-Update (Thu May 16 01:13:40 UTC 2024) (#25480 )
Co-authored-by: NanoMap Generation <action@github.com >
commit 7872119993
Author: Matt <116982774+Burzah@users.noreply.github.com >
Date: Wed May 15 21:05:08 2024 -0700
Adds additional logging for Uplink purchases (#25454 )
* Adds additional logging
* Updated log to show cost of purchase
commit c772be34bd
Author: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Date: Thu May 16 05:01:00 2024 +0100
Removes a file we forgot about (#25447 )
commit 00a0eb798d
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Wed May 15 10:22:48 2024 -0400
Click cooldown modifiers affect full auto component the same as every other gun (#25307 )
commit 2ce4c20515
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Wed May 15 10:13:51 2024 -0400
Adds the Lance emergency shuttle (#24806 )
* WIP: Adds the Lance emergency shuttle
* untodo
* Apply suggestions from code review
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* c-c-c-changes
* Apply suggestions from code review
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* Update code/datums/shuttles.dm
Co-authored-by: Charlie Nolan <funnyman3595@gmail.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
---------
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Charlie Nolan <funnyman3595@gmail.com >
commit 5c71a3f558
Author: Deniz <66401072+Oyu07@users.noreply.github.com >
Date: Wed May 15 14:49:45 2024 +0100
[TGUI] AI Bot Access (#24837 )
* stash
* aa
* ,
* many edits
* thanou prettier
* edits b
* botref
* checkpoint reached
* Procs
* if on
* procs back to datum
* discord suggestions + help
* get data
* testing
* testing
* testing more
* test test
* tab based bots
* IT WORKS
* draft time?
* TGUI
* TGUI
* TGUI
* cleanup
* name and mode
* bsod
* colors
* botref tgui
* fixes
* it works
* ITS ALIVE
* less checks
* griefsky didnt have type nor model
* oops
* general
* stack
* color
* security tab
* no bot found
* deletes webui
* test
* bundle go die in a ditch
* Aylong shortening ty
Co-authored-by: Aylong <69762909+AyIong@users.noreply.github.com >
* bot_type defines, security tab
* Remove href interface
* Status Messages
* Build and update tgui
* Update colors
Arrest to blue
* mapped modes
* Build and update tgui
* chmod
* Typo
* Build and update tgui
* remove prettier edit from pr
* SEAN reviews
* interact to state
Wonder what problems this brought on
Co-authored-by: Charlie Nolan <funnyman3595@gmail.com >
Signed-off-by: Deniz <66401072+Oyu07@users.noreply.github.com >
* modeRange -> mode
* CI + mode -> modes
* some comments that make me insane
* Build and update tgui
* forgot ,
* It compiled
Has not been tested
##TESTING will be updated properly today or tomorrow
* define and commits
* Revert "It compiled"
This reverts commit eec57190ea .
* bundle
* switch case changed
* Update botcall.dm
Co-authored-by: Charlie Nolan <funnyman3595@gmail.com >
Signed-off-by: Deniz <66401072+Oyu07@users.noreply.github.com >
* Update code/modules/mob/living/silicon/ai/ai_verbs/botcall.dm
Co-authored-by: Charlie Nolan <funnyman3595@gmail.com >
Signed-off-by: Deniz <66401072+Oyu07@users.noreply.github.com >
* Bundle + Comment
* format edit no change
---------
Signed-off-by: Deniz <66401072+Oyu07@users.noreply.github.com >
Co-authored-by: Aylong <69762909+AyIong@users.noreply.github.com >
Co-authored-by: /tg/ui <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Charlie Nolan <funnyman3595@gmail.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
commit 58e29fa7ca
Author: asciodev <81930475+asciodev@users.noreply.github.com >
Date: Wed May 15 09:37:23 2024 -0400
Enable runechat for grey psionic speech (#25309 )
This change adds the HIVEMIND_RUNECHAT flag to the grey language datum,
displaying runechat above the receiver for all psionic messages that are
heard, as with the abductor hivemind language.
commit f4c49a5cca
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Wed May 15 15:31:35 2024 +0200
Removes two unused damage defines (#25434 )
commit b972802513
Author: SchrodingersWolf <108938550+SchrodingersWolf@users.noreply.github.com >
Date: Wed May 15 07:28:22 2024 -0400
Reverse Wheel of Fortune tarot card now no longer spawns wallmeds or Donksoft vendors (#25486 )
*…
* Revert "Squashed commit of the following:"
This reverts commit e2cb8528d2 .
* Squashed commit of the following:
commit f5ca247e0e
Merge: b819961a52 094d7bd13b
Author: Fordoxia <143041327+Fordoxia@users.noreply.github.com >
Date: Tue May 28 02:17:36 2024 +0100
Merge branch 'master' of https://github.com/Fordoxia/CRUNCHParadise
commit 094d7bd13b
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Mon May 27 22:56:07 2024 +0300
Fix undestrictible armor from attachable armor (#25608 )
* Fix undestrictible armor from ataacable armor
* also fix ash hide comsumption
commit 5a68c5f6d3
Author: Marm <85680653+ItsMarmite@users.noreply.github.com >
Date: Mon May 27 20:27:59 2024 +0100
Explorer Redux (#24202 )
* WE'RE SO BACK
* LET THERE BE SOUND
* More bugs
* fixes
* sound
* hmm
* clothing sprites + minor code changes to clothes
* meestake
* spritening
* YARR
* hiss
* Cyberiad explorer remap
* hand telover
* delta days
* rooms done
* VENDOR
* Mapping done
* Salvage mapped
* qol
* Forgot the hivelord.
* woops
* oops redux
* reviews and more
* consistency
* Update code/game/jobs/job_globals.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* character
* Update code/modules/mob/living/simple_animal/hostile/mining/hivelord.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/sellable.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/effects/spawners/random_spawners.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/mob/living/simple_animal/hostile/pirate.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/clothing/head/job_hats.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/effects/spawners/random_spawners.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/weapons/storage/boxes.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/research/designs/machine_designs.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* some reviews
* Update code/game/machinery/constructable_frame.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* supply
* area repathing and ambience
* mapping
* metamapping
* Update code/game/objects/items/weapons/storage/belt.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* the doorening
* redooring
* modsuit
* more reviews
* the plasmamamninigngg
* add random salvage generation across space ruins
* add blackbox tracking for salvage sold
* gun
* deconflicts and reviews
* Update code/game/objects/items/sellable.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/clothing/head/job_hats.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/sellable.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/sellable.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/sellable.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/sellable.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/weapons/storage/garment.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* all conversations resolved
* maybe work now?
* please no more, too many apcs
* Update code/modules/mob/living/simple_animal/corpse.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/mining/machine_vending.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/clothing/suits/misc_suits.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/sellable.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/sellable.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* henri review + action figure
* Update code/game/objects/items/toys.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* PDA
* conflicts
* more conflicts
* maybe all conflcits?
* wait fuck
* maybe fixed???
* KIDAN SPRITES
* MAYBE?
* access fixes
* explorer hotfixes 1:
- fixes space pirates dying in space
- gives explorers ORM access
- box: fixes access on NTR airlock
- box: fixes naming on BS airlock
- box: adds expedition access to mail sorting room
* add salvage selling back
* NOT FOR SALE
* oh my god actually sell the fucking salvage this time
* maybe fine now?
* carpover
* NO MORE CABLE
* balance tweaks
* some depot loot updates
* merge conflict
* deconflicted???
* woops more oversights
* skirts, bombers, exploredrobe code + sprites
* woops (again)
* deconflicting
* remove old explorer room again
* Hat fix
* minor changes to sprites and code for hats
* yarrr fix 1
* first fixes
* don't drop loot from syndies gibbed by depot destruction
* add selling back with new signal based system
* speedmerge this shit
* minor changes to collars/bomber resprite
* docking port in
* ruins
* WE DON'T NEED CONFIG CHANGES WE NEED PICTURES PICTURES OF SPIDERMAN
* no more murder hallway on whiteship
* undelete meson sunglasses, redelete uristrunes
* BOOTY BAGS
* don't drop ashdrake loot from crusher kills
* box: fix ntrep fax, add explorer access to ORMroom
* add meson sunglasses item icon back
* fix cere handtele, meta shutter control, death sound arg
* cleaning up
* she mosins on my russian till i dj station
* Update code/modules/clothing/head/soft_caps.dm
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Marm <85680653+ItsMarmite@users.noreply.github.com >
* Update code/modules/clothing/suits/misc_suits.dm
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Marm <85680653+ItsMarmite@users.noreply.github.com >
* Update code/modules/mining/machine_vending.dm
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Marm <85680653+ItsMarmite@users.noreply.github.com >
* Update code/game/gamemodes/game_mode.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Marm <85680653+ItsMarmite@users.noreply.github.com >
* mapping
* Cleaning up
* revert changes in tools/{bootstrap,ci}
---------
Signed-off-by: Marm <85680653+ItsMarmite@users.noreply.github.com >
Co-authored-by: Christasmurf <25437893+Christasmurf@users.noreply.github.com >
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
commit c9f44b1f29
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Mon May 27 19:42:02 2024 +0300
Improve mecha circuit crates to make them useful + few fixes (#25516 )
* Improve mecha circuit crates to make them useful
* fix
* Update ripley.dm
commit e6d1b5f8a8
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Mon May 27 12:36:51 2024 -0400
MASSIVE RAZORWIRE BUFF (you can now pick 4 new colour options) (#25463 )
* MASSIVE RAZORWIRE BUFF (4 new colour options)
* Update code/modules/surgery/organs/augments_arms.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
---------
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 2b9ccda51b
Author: Rayforx <154929127+Rayforx@users.noreply.github.com >
Date: Mon May 27 18:35:18 2024 +0200
Proto adrenalin price changes and one use adrenalin (#25475 )
* Adrenal changes
* Update code/datums/uplink_items/uplink_general.dm
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: Rayforx <154929127+Rayforx@users.noreply.github.com >
---------
Signed-off-by: Rayforx <154929127+Rayforx@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
commit d107f06ee3
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Mon May 27 11:25:27 2024 -0400
[s] maint drones no longer can endlessly ghost and respawn (#25651 )
* [s] maint drones no longer can endlessly ghost and respawn
* comment improvement
* she trues on my false till I 0
commit d38a8f1c9e
Author: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
Date: Sun May 26 22:15:10 2024 -0500
NanoMap Auto-Update (Mon May 27 01:15:23 UTC 2024) (#25645 )
Co-authored-by: NanoMap Generation <action@github.com >
commit 2f8db520c7
Author: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
Date: Sun May 26 15:42:23 2024 -0400
No! Bad AI! No Tracking on the Research Post! (#25467 )
commit 2c28b93349
Author: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Date: Mon May 27 00:04:28 2024 +1000
Update boxstation.dmm (#25614 )
commit a695a0f015
Author: warriorstar-orion <orion@snowfrost.garden >
Date: Sun May 26 10:02:47 2024 -0400
fix: VV list display with values that are zero (#25618 )
commit 8412356b22
Author: Daylight <18598676+Daylight2@users.noreply.github.com >
Date: Sat May 25 21:39:43 2024 +0300
Punctuation (#25627 )
commit 9d1b4c1b98
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Sat May 25 18:37:22 2024 +0200
Heavily reduces explosion smoke amounts (#25517 )
commit 0420e9a7fb
Author: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Date: Sat May 25 17:05:38 2024 +0100
Adds CI to verify maps are within 255x255x1 (#25369 )
* Adds CI to verify maps are within 255x255x1
* Ooops platform agnostic
* Webedit to fight autoformat
* Time that shit
---------
Signed-off-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
commit bd0e54752e
Author: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Date: Sat May 25 16:48:22 2024 +0100
Removes the Sheet Snatcher 9000 (#25496 )
* Yeetus Deletus
* removed icon
---------
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
commit b819961a52
Merge: e5e4941732 67a8a340e6
Author: Fordoxia <143041327+Fordoxia@users.noreply.github.com >
Date: Sat May 25 14:55:18 2024 +0100
Merge branch 'master' of https://github.com/Fordoxia/CRUNCHParadise
commit 67a8a340e6
Author: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Date: Sat May 25 02:43:32 2024 +0100
Fix admin PMs not working from discord (#25604 )
commit 2e01f3591d
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Fri May 24 21:42:15 2024 -0400
makes revenants not runtime clicking nearly anything (#25601 )
* makes revenants not runtime clicking nearly anything
* Update code/_onclick/observer_onclick.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
---------
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
commit 2ea75e81f3
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Fri May 24 18:41:14 2024 -0700
Corrected admin/user names in ticket typing indicator. (#25599 )
* Reversed admin/user names.
* Preserve casing
commit 50851d7958
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Fri May 24 21:18:51 2024 -0400
fix full auto on certain guns with double click speed (#25520 )
commit d438d5d3be
Author: Marm <85680653+ItsMarmite@users.noreply.github.com >
Date: Fri May 24 21:11:01 2024 +0100
spider spider spider (#25492 )
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
commit fbfd1bf82a
Author: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
Date: Fri May 24 16:08:34 2024 -0400
Gives Golems access to Xenobiology (#25484 )
commit 624a1261f8
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Fri May 24 22:01:27 2024 +0200
Makes adrenals no longer have a chance to addict you (#25479 )
* A new no addiction omnizine
* Adds to the blocked chem list
commit a52a54d0df
Author: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
Date: Fri May 24 15:46:14 2024 -0400
Trade Shuttle Console Fix + Standardization (#25466 )
* Trade Shuttle Console Fix + Standardization
* Gets rid of other "Jupiter Station" references on trader spawn area
commit 80fb55365a
Author: Onyxarias <70349271+Onyxarias@users.noreply.github.com >
Date: Fri May 24 12:44:45 2024 -0700
Mech Lore Pack - examine_more descriptions for mechs (#25414 )
* Durand text, test
* Test 2
* Test AGAIN
* Old Durand
* Old Durand 2
* Old Durand 3
* Old Durand 4
* Old Durand 5
* Marauder
* Marauder 2
* Marauder 3
* Ares
* Ares 2
* Ares 3
* Seraph
* Mauler
* Mauler 2
* Gygax
* Dark Gygax
* Dark Gygax 2
* Dark Gygax 3
* HONK
* HONK 2
* Phazon
* Reticence
* Ody
* Ripley
* Ripley 2
* Firefighter
* Death Squid
* Death Squid 2
* Apply suggestions from Burza to make punctuation and formatting consistent.
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Onyxarias <70349271+Onyxarias@users.noreply.github.com >
* Adresses Fordoxia's reviews. Updates extended descriptions for Old Durand and Reticence.
* Update code/game/mecha/combat/marauder.dm
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Onyxarias <70349271+Onyxarias@users.noreply.github.com >
* Update code/game/mecha/combat/marauder.dm
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Onyxarias <70349271+Onyxarias@users.noreply.github.com >
---------
Signed-off-by: Onyxarias <70349271+Onyxarias@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
commit 55b257ead8
Author: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Date: Fri May 24 20:43:35 2024 +0100
Tweaks Ghetto Surgery (#25439 )
* very ghetto
* Update organs_internal.dm
commit 72a5c9e3c7
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Fri May 24 21:32:03 2024 +0300
Now you need alt-shift-click to empty sprays (#25437 )
commit 2903560dc1
Author: Migratingcocofruit <69551563+Migratingcocofruit@users.noreply.github.com >
Date: Fri May 24 21:30:45 2024 +0300
Pipe fix/tweak (#25431 )
* Pipe fixes and tweaks.
Allows refilling of pipes using dried plants, removes their ability to conjure nicotine, and applies the May 22, 2015 pipe tweak to cob pipes, and make them start empty(corn has no nicotine).
* refilling pipes now sets smoketime
* oops
* Adding spaces to comments
commit d30d122ebe
Author: Deniz <66401072+Oyu07@users.noreply.github.com >
Date: Fri May 24 19:26:49 2024 +0100
tested (#25387 )
commit 4a1d1f5971
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Fri May 24 20:25:50 2024 +0200
Contort body now autodisables on death (#25247 )
* Makes contort body remove itself via signals
* Unregisters signal on remove and other fix
* Update code/modules/antagonists/changeling/powers/contort_body.dm
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
* Update code/modules/antagonists/changeling/powers/contort_body.dm
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
* Contra review
* Contra review
---------
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
commit 9030cfbb61
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Fri May 24 10:43:24 2024 -0700
Removed a bunch of unnecessary work from atmos machinery. (#25495 )
* Removed a bunch of unnecessary work from atmos machinery.
* Portable machinery does some useful work in the parent.
Reactions, icon updates.
---------
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
commit 82a1cc6a4e
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Thu May 23 21:42:53 2024 -0700
Revert #25303 and subsequent fixes (#25613 )
* Revert "Be safe, radios. (#25595 )"
This reverts commit bfa88abd5a .
* Revert "Fixes various radio issues (#25586 )"
This reverts commit 9296564ab6 .
* Revert "refactors radios to use proximity (#25303 )"
This reverts commit 06db6bc004 .
* One more bit that needed reverting.
* Begone, unnecessary file!
---------
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
commit 03cca11f95
Author: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Date: Thu May 23 20:43:33 2024 +0100
Init Sanity Unit Test (#25442 )
* Init Sanity Unit Test
* Oops
* Update code/modules/unit_tests/init_sanity.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
* Makes noticeboard less silly
---------
Signed-off-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 23ad8a48fa
Author: Luc <89928798+lewcc@users.noreply.github.com >
Date: Thu May 23 11:46:43 2024 -0400
Adds true observing -- letting you see what your target sees (#24855 )
* bring it back now y'all
* adds a bunch of other changes
* pretty much works at this point
* grep
* Fixes some bugs, still chasing some down
* Add observers to recursive mob check, ensuring they can see messages from their orbitted atom
* tidy some things up
* resolve
* remove unnecessary checks
* Address todos, minor cleanups
* oh dear
* initial testing
* Fix some vulnerabilities (oops)
* Fix some other bugs from testing
* ci fixes
* Add some contingencies against clicking things you shouldn't
* fix some noted bugs
* Add observe to admin jump, improve messaging
* add a few more fixes that should mostly address some runtimes
* oh this wasn't really great
* one last thing
* Fix suit inventory problem
* Remove merge artifact
* Add some missing parens
* Prevents you from observing other ghosts, and should fix the getting stuck outside of your body issue.
* we love testing
* adds to player panel
* Fix more bugs with observers getting stuck outside of their body
* cleans up player panel, verb offerings
* shit
* Update code/_onclick/hud/alert.dm
welp
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
* Fixes some targeting issues
* Fixes targeting on aobserve
* Fix some weird storage bugs
* clean up some doulbed up follow links
* Update code/modules/admin/player_panel.dm
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
* Adds some checks for ghost observe
* Remove mentor debug log
* ahhhhhhhhh that'll do it
* Cleans up some additional checks that were not quite what they should have been
* better logging, too
* mochi review
* one more thing
* Gets robot huds mostly working
* hopefully fix folks not getting observe
* Fix order of operations causing a runtime on qdeleting
* Remove some unnecessary stack traces
* Apply suggestions from code review
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
* Fix bug with items in your inventory disappearing on changing HUD modes
* Fix some bugs with the observe verbs
* possibly fix nullspace issues
* funny review
* missed one
---------
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
commit 7bf45dce58
Author: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Date: Thu May 23 12:10:50 2024 +0100
Gives the RCD a unique suicide act (well, 2 or 4, depending on how you look at it) (#24496 )
* RCD Suicide Time
The most suicidal item in SS13 now!
* Do not dust the items thanks
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* code compaction
* Update RCD.dm
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update RCD.dm
* Update RCD.dm
* Update RCD.dm
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/weapons/RCD.dm
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update RCD.dm
* The worst typo in history
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update RCD.dm
* missed perception check
* Refactor RCD actions.
* Death message.
* Removes magic numbers
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Makes everything work
* Update RCD.dm
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Update RCD.dm
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Update RCD.dm
* Update code/game/objects/items/weapons/RCD.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
---------
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
commit bfa88abd5a
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Thu May 23 00:13:02 2024 -0700
Be safe, radios. (#25595 )
commit 6baa75a5bf
Author: chuga-git <98280110+chuga-git@users.noreply.github.com >
Date: Thu May 23 00:54:01 2024 -0500
Removes sleep() call from clockwork and floor turfs (#25541 )
* turns sleeps into timer
* revenant death animation converted to animate()
* Update code/game/turfs/simulated/floor/plating.dm
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: chuga-git <98280110+chuga-git@users.noreply.github.com >
---------
Signed-off-by: chuga-git <98280110+chuga-git@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
commit 9296564ab6
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Thu May 23 05:48:43 2024 +0200
Fixes various radio issues (#25586 )
* Fixes various radio issues
* Steel review
commit 37189cd2c4
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Wed May 22 20:57:54 2024 -0400
Prison break virus update (#25491 )
* Prison break virus update
* Update code/modules/events/prison_break.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* one minute
* Update code/game/area/areas.dm
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit ccf5ef4fc4
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Thu May 23 03:57:37 2024 +0300
Nanopaste now can repair mecha (#25251 )
* Nanopaste now can repair mecha
* Update nanopaste.dm
* refactor mech code
* fix
* Update code/game/objects/items/stacks/nanopaste.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update nanopaste.dm
* Update nanopaste.dm
* Update nanopaste.dm
* Update nanopaste.dm
* Update code/game/objects/items/stacks/nanopaste.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update nanopaste.dm
* Update code/game/objects/items/stacks/nanopaste.dm
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/game/mecha/mecha.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/game/objects/items/stacks/nanopaste.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
---------
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
commit d32d6ee9eb
Author: matttheficus <57759731+matttheficus@users.noreply.github.com >
Date: Wed May 22 20:57:33 2024 -0400
50% off! (#25440 )
commit 34dc3224d9
Author: SPACEGEESE <136994596+spacegeese@users.noreply.github.com >
Date: Wed May 22 17:57:28 2024 -0700
shortens maints drone's description, moves the long part to a double examine (#25367 )
* the better drone rework
* Update maint_drone.dm
emag tidbit returned
commit 0e2ced3c00
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Wed May 22 20:57:25 2024 -0400
You can no longer push people with riot shields (and other parry objects) on help intent (#25301 )
* You can no longer push people with riot shields (and other parry objects) on help intent
* Update buffs.dm
commit d75cd41ba2
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Thu May 23 03:57:22 2024 +0300
RCD now build floor on chasms instead of wall (#25432 )
* RCD now build floor on chasms instead of wall
* yeah, this is work
commit 8b75706436
Author: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com >
Date: Wed May 22 20:57:12 2024 -0400
this really fixed it huh? (#25519 )
commit 7a0d4bb089
Author: dj-34 <dj-34@bk.ru >
Date: Thu May 23 05:20:58 2024 +0500
Fix ppflowers (flora) generate missing icon (#25553 )
commit a2d3e51861
Author: warriorstar-orion <orion@snowfrost.garden >
Date: Wed May 22 20:06:58 2024 -0400
refactor: remove unused /turf/proc/reachableAdjacentTurfs (#25580 )
* refactor: remove unused /turf/proc/reachableAdjacentTurfs
* Update code/game/turfs/turf.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
---------
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 83dfa64ecb
Author: warriorstar-orion <orion@snowfrost.garden >
Date: Wed May 22 19:50:23 2024 -0400
refactor: remove unused var in medicine.dm (#25579 )
commit 269be6bc97
Author: S34N <12197162+S34NW@users.noreply.github.com >
Date: Wed May 22 21:26:47 2024 +0200
Implements byondStorage for 516 browsers (#25363 )
* Add 516 storage that doesnt break 515
* tgui rebuild
* TGUI Bundle Rebuild
* TGUI Bundle Rebuild
---------
Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
commit 38fb21c467
Author: Arthri <41360489+Arthri@users.noreply.github.com >
Date: Wed May 22 16:15:14 2024 +0800
ChemMaster Production Mode Refactor (#24723 )
* Datumization of chem_master
* [ci skip]
* Undef properly
* Update code/modules/reagents/chemistry/machinery/chem_master.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Style & Formatting Suggestions
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
* Refactoring Suggestions
[skip ci]
* Naming changes
[skip ci]
* Rename variables and rewrite some checks
* Build and update tgui
* Rerun CI
* Turn production_modes into an associated list
* Fix tab selection
* Fix ui actions
* Fix sprite selection button
* [ci skip]
* Build and update tgui
* trigger ci
* force ci
* force ci
---------
Co-authored-by: Arthri <41360489+a@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: /tg/ui Builder <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
commit cd4fc1dd25
Author: Spaghetti-bit <60483458+Spaghetti-bit@users.noreply.github.com >
Date: Tue May 21 19:09:19 2024 -0600
Lazarus Reagent Change, Decay Rate change, and Formaldehyde Buff (#25324 )
* Changes necrosis_prob to use decaylevel.
* Reverts previous change to create a new branch.
* Changes Lazarus Reagent to use decaylevel.
* Changes decay rates while leaving the point at which they're skeletonized the same. This is to give only a 3 minute timer for lazarus instead of a 5 minute timer without any consequence.
* Changes the later halves of decay rate.
* Apply suggestions from code review
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Spaghetti-bit <60483458+Spaghetti-bit@users.noreply.github.com >
* Update code/modules/mob/living/carbon/human/human_life.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Spaghetti-bit <60483458+Spaghetti-bit@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Spaghetti-bit <60483458+Spaghetti-bit@users.noreply.github.com >
---------
Signed-off-by: Spaghetti-bit <60483458+Spaghetti-bit@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 3b351c8636
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Tue May 21 17:29:40 2024 -0700
Nanotrasen Chefs have now officially gone to Chef College (#25066 )
* chef buff
* comments and crap
* blam
* revert
* s34n review
* last review
* Reduced expert chef cooldown to 5s.
* Renamed things for clarity.
* Moved Expert Chef Knowledge to IC
* Don't use a Oven, use an Oven.
* Made kitchen machines less egotistical.
* Gave Expert Chef Knowledge a spell.
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Less demanding background.
* Removed verb decoration and STATUS_USED_EXPERT_CHEF
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
* Changed trait name.
* Lint
* Apply review comment.
* Remove master-removed panel var
* Update code/modules/mob/living/carbon/human/human_mob.dm
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
commit 06db6bc004
Author: GDN <96800819+GDNgit@users.noreply.github.com >
Date: Tue May 21 19:17:26 2024 -0500
refactors radios to use proximity (#25303 )
* refactors radios to use proximity
* Apply suggestions from code review
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 8f2bcdba85
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Tue May 21 16:29:27 2024 -0700
Added a typing indicator to the tickets interface. (#25189 )
* Added a typing indicator to the tickets interface.
* Lint
* Review changes.
---------
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
commit 956bf6cd79
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Tue May 21 18:23:45 2024 -0400
you can no longer kinesis the chair you are buckled to (#25561 )
commit e7ecbda4bf
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Tue May 21 18:23:39 2024 -0400
health scanners no longer say slime people have no heart (#25498 )
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
commit 6b0d87d328
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Tue May 21 15:22:30 2024 -0700
Oops. (#25562 )
commit da36e9fc46
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Mon May 20 20:45:00 2024 -0700
Crashing into stuff while leaping will actually work now. (#25545 )
commit e20bbc6ca3
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Mon May 20 20:39:41 2024 -0700
Requests Console standardization (#25213 )
* Requests Console standardization
* Update Secondary Goals to match the new Chemistry Requests Console
---------
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
commit e799cef6b9
Author: Taurtura <141481662+Taurtura@users.noreply.github.com >
Date: Mon May 20 05:55:49 2024 +0200
adds the abductor surgery toolset (#25419 )
* adds surgical abductor toolset
* ..Yes. The crew needs to be able to get it somehow. Right
* handle review from 1080p
* Required tech should be the correct one, and not engi's
* Henri's review
* 1080p's review
* adds surgical abductor toolset
* ..Yes. The crew needs to be able to get it somehow. Right
* handle review from 1080p
* Required tech should be the correct one, and not engi's
* Henri's review
* 1080p's review
commit b290fdd76a
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Sun May 19 14:25:42 2024 -0400
The lance now has a very clear confirmation message on it. (#25501 )
* The lance now has a very clear confirmation message on it.
* Update code/modules/supply/supply_console.dm
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
---------
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
commit 8e43007b83
Author: S34N <12197162+S34NW@users.noreply.github.com >
Date: Sun May 19 12:42:02 2024 +0200
fix this (#25524 )
commit ac84655df6
Author: matttheficus <57759731+matttheficus@users.noreply.github.com >
Date: Sun May 19 06:13:04 2024 -0400
Radio Hotmic Noise + Alt Click Toggle (#25239 )
* radio check - lime charlie
* examine addition
* oops
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: matttheficus <57759731+matttheficus@users.noreply.github.com >
* oops 2
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: matttheficus <57759731+matttheficus@users.noreply.github.com >
* dgamerl review
* i didnt save lul
---------
Signed-off-by: matttheficus <57759731+matttheficus@users.noreply.github.com >
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
commit 21d4261400
Author: SchrodingersWolf <108938550+SchrodingersWolf@users.noreply.github.com >
Date: Sun May 19 06:09:25 2024 -0400
Medbeams now heal IBs and burn wounds along with (#25474 )
fractures
commit 77b6f52e6d
Author: Luc <89928798+lewcc@users.noreply.github.com >
Date: Sat May 18 14:17:04 2024 +0200
Fix my error (#25515 )
Haha this event is so funny it makes me want to merge without looking
commit a6dc4f43fa
Author: Matt <116982774+Burzah@users.noreply.github.com >
Date: Sat May 18 01:25:10 2024 -0700
Tweaks dynamics height adjustment for num input (#25489 )
commit e5e4941732
Merge: 0d9409dc5a 2ac2dbca44
Author: Fordoxia <143041327+Fordoxia@users.noreply.github.com >
Date: Sat May 18 00:03:53 2024 +0100
Merge branch 'master' of https://github.com/Fordoxia/CRUNCHParadise
commit 2ac2dbca44
Author: S34N <12197162+S34NW@users.noreply.github.com >
Date: Sat May 18 00:07:23 2024 +0200
i swear to god (#25506 )
commit 1409c03463
Author: Aylong <69762909+AyIong@users.noreply.github.com >
Date: Fri May 17 20:27:10 2024 +0300
[TGUI] Noticeboard (#25095 )
* [TGUI] NoticeBoard
Well... that's... something?
Little animation
Update tgui.bundle.css
Pretty laggy animations
More design
Revert inset shadow
Polishing
You can craft it now
Wrap this shit
RMB func
* Polish
* Review changes
* Rebuild rebuild rebuild...
* Rebuild TGUI
* Unwrench it
commit 3eae519539
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Fri May 17 11:10:09 2024 -0400
Update game_mode.dm (#25509 )
commit 407f2345b0
Author: chuga-git <98280110+chuga-git@users.noreply.github.com >
Date: Fri May 17 08:25:57 2024 -0500
Prevents using organ extractor to circumvent mephedrone heart damage (#25401 )
* adds check to prevent organ extractor/mephodrone cheese
* Update code/modules/surgery/organs/organ_extractor.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Matt <116982774+Burzah@users.noreply.github.com >
---------
Signed-off-by: Matt <116982774+Burzah@users.noreply.github.com >
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit f8f34e64df
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Fri May 17 15:19:21 2024 +0200
Adds explosion particles! (#25410 )
* Adds explosion particles
* Adds back the smoke explosion system
* Removes whitespace
* Fixes CI
* Adds TGMC explosion
* Fixes explosions, removes smoke explosions
* More particle tweaks
* Removes a random extra kickup
* Fixes CI by properly removing kickups
commit 8b2852e824
Author: Silverplate <118299273+silverplatedelta@users.noreply.github.com >
Date: Fri May 17 09:12:26 2024 -0400
GOLDEN BLAST: a new judo combo (#25457 )
* FACE THE WRATH OF THE GOLDEN BOLT
* lew review
* 120 stam damage standardization
* makes it cooler
* GOLDEN BLAST is now louder
* Update code/modules/martial_arts/combos/judo/goldenblast.dm
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit e2aeeb7803
Author: Arthri <41360489+Arthri@users.noreply.github.com >
Date: Fri May 17 21:11:16 2024 +0800
Adds a VV Menu for Manipulating Reagent Holders (#25006 )
* Add reagents_editor
* Add tgui
* Fix memory leak
* Fix volume limits
* Don't unnecessarily update UI
* Handle null volume
* Change syringe color to green
* Wrap in section
* Add buttons for updating total and forcing reaction
* Remove padding for volume cell
* Fix memory leak again
* Allow removal of reagent
* Fix memory leak again
* Tweak centering
* Fix grammar
* Remove redundant types
* Reorder types
* Remove redundant css
* Strip css
* Rewrite Icons into Buttons
* Add dedicated remove button
* Change confirm icon
* Build and update tgui
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Remove non-existent scss import
* [ci skip]
* Build and update tgui
* trigger ci
* force ci
* Build and update tgui
* force ci
---------
Co-authored-by: Arthri <41360489+a@users.noreply.github.com >
Co-authored-by: /tg/ui Builder <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
commit 64e0947b97
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Fri May 17 09:07:01 2024 -0400
prototype nanite injector now heals ipcs / robotic limbs / cybernetic organs (#25473 )
* nanocalcium now heals ipcs / robotic limbs / cybernetic organs
* Update code/modules/reagents/chemistry/reagents/medicine.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: S34N <12197162+S34NW@users.noreply.github.com >
---------
Signed-off-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit f3a24e24bb
Author: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Date: Fri May 17 14:01:13 2024 +0100
Improves note deletions (#25460 )
* Improves not deletions
* balls
* balls the second
commit 0339ef65dd
Author: Contrabang <91113370+Contrabang@users.noreply.github.com >
Date: Fri May 17 09:00:27 2024 -0400
Body Randomize button now changes physique and height (#25418 )
commit 0e0fe9f107
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Fri May 17 15:59:28 2024 +0300
Kangaroo and larva now can be butchering (#25360 )
* Kangaroo and larva now can be butchering
* Update code/modules/food_and_drinks/food/foods/meat.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/modules/food_and_drinks/food/foods/meat.dm
Co-authored-by: Sheep <46016730+Scribble-Sheep@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
---------
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: Sheep <46016730+Scribble-Sheep@users.noreply.github.com >
commit 418d4fae2a
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Fri May 17 14:59:06 2024 +0200
You can now crash into things with leap (#25345 )
* I'm happy with this
* Lewc review
* Adds varedit safeties
* Update code/game/dna/mutations/mutation_powers.dm
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
commit ca31767ea7
Author: Deniz <66401072+Oyu07@users.noreply.github.com >
Date: Fri May 17 13:58:50 2024 +0100
Cleans up a nested proc with returns (#25339 )
* indent culling 1
* PAI done
* hemostat done
* Re-ordered message
* Update code/modules/mob/living/simple_animal/bot/bot.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Deniz <66401072+Oyu07@users.noreply.github.com >
---------
Signed-off-by: Deniz <66401072+Oyu07@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
commit fefb4401c0
Author: Luc <89928798+lewcc@users.noreply.github.com >
Date: Fri May 17 08:58:30 2024 -0400
Adds a new rock-paper-scissors emote (#25300 )
* adds rock paper scissors mechanics
* better icon
* Cleans up the last bit of the implementation
* use barber scissors instead
* minor cleanups
* Apply suggestions from code review
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
* Update code/datums/status_effects/neutral.dm
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
---------
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
commit ecabb8f7e6
Author: larentoun <31931237+larentoun@users.noreply.github.com >
Date: Fri May 17 15:57:45 2024 +0300
Fix planetary_atmos working correctly only for lavaland + use defines for lavaland atmos (#25296 )
* planetary atmos is not only lavaland
* use defines for lavaland temperature
* use defines for lavaland air
* temperature is initial
commit b557dabad1
Author: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Date: Fri May 17 08:53:08 2024 -0400
C4 now takes 1.5 seconds to attach to an object. C4 is now directional. (#25361 )
* C4
* C4's are now directonally hidden behind walls / doors
commit 621127de61
Author: Aylong <69762909+AyIong@users.noreply.github.com >
Date: Fri May 17 15:52:59 2024 +0300
Make some guns REAL auto (#25267 )
* The Man Who Sold the World
* UHHHH
* Revert WT full-auto
commit da0843e96d
Author: Charlie Nolan <funnyman3595@gmail.com >
Date: Fri May 17 05:49:32 2024 -0700
Add Variety of Food secondary goal, small tweaks. (#25173 )
* Add Variety of Food secondary goal, small tweaks.
* oops
* Apply suggestions from code review
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* No slasher movies, please.
* No prions for CC, please.
* Update code/modules/station_goals/secondary/botany/kudzu_goal.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Charlie Nolan <funnyman3595@gmail.com >
* Update code/modules/station_goals/secondary/kitchen/variety_food.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Charlie Nolan <funnyman3595@gmail.com >
* Update variety_food.dm
---------
Signed-off-by: Charlie Nolan <funnyman3595@gmail.com >
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
commit a57169eb2e
Author: DGamerL <108773801+DGamerL@users.noreply.github.com >
Date: Fri May 17 14:49:10 2024 +0200
Adds a global spores limit (#25155 )
commit b216289b41
Author: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Date: Fri May 17 15:45:32 2024 +0300
FEAT: Two new attachable armor for Ripley (#25231 )
* FEAT: Two new attachable armor for Ripley
* Delete mecha 32x48.dmi
* Update code/game/objects/items/stacks/sheets/leather.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/mecha/working/ripley.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/mecha/working/ripley.dm
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
* Add defines into separate files, change descriptions a bit
* fix
* change (loc) to get_turf(src)
* mecha
* edit defines
* Update leather.dm
* Update code/game/mecha/working/ripley.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update leather.dm
* Update code/game/objects/items/stacks/sheets/leather.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update mechfabricator_designs.dm
* fix .dmi
* Update code/game/mecha/working/ripley.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/game/mecha/working/ripley.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/game/mecha/working/ripley.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update ripley.dm
* Update code/game/objects/items/stacks/sheets/leather.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/game/objects/items/stacks/sheets/leather.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
---------
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 9afec80430
Author: Gatchapod <20936555+Gatchapod@users.noreply.github.com >
Date: Fri May 17 14:44:34 2024 +0200
Less scuffed Tajaran veils (#24701 )
* Tajaran enveilening
* Fix load name, swap to Initialize, more OOP
* Addressing reviews, small redoing of desc
* Suggested changes
* changes suggested by lewcc
---------
Co-authored-by: Gatchapod <Gatchapod@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
commit 1933d2fab3
Author: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Date: Fri May 17 13:43:06 2024 +0100
Refactors borg grippers, service now has a specialized gripper. (#24596 )
* Fixing some minor typos for cyborg upgrade flavour text
Throws in some missing apostrophes, capitalisation, and the letter "s."
* Briefcase Full of Cash buff
Increases the amount of cash in the Syndicate Briefcase Full of Cash from 600 Cr to 1000 Cr
* Reverts double-feature PR
* Reverts a broken revert
* Reverting again because Ebba told me to
* And reverting yet again
* Most of the stuff
Most of the refactor. Needs to fix medical borg doing shrapnel extraction.
* Forgot this
* fixing space intent
* Newline
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* More improvement
* CI fixes
* GO AWAY SPACE INDENTATION I DIDN'T PUT YOU THERE AAAAA
* oops mb mb
* Makes this work with ebba's PR
* get dat fokkin disk
* Update cyborg_gripper.dm
* Removes all nuclear stuff
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update cyborg_gripper.dm
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update cyborg_gripper.dm
* coin flipping
* Update cyborg_gripper.dm
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* EOL comments no longer EOL
* autodoc
* Update cyborg_gripper.dm
* can hold all
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Oh hi mark!
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Line split
* Some comments, examine().
Examining a gripper now tells you what's inside.
---------
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
commit ad48f54c60
Author: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com >
Date: Fri May 17 08:32:39 2024 -0400
[S] Fixes an exploit (#25502 )
* you have no idea what it took to make this commit
* Update code/game/objects/mail.dm
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
commit 85a9b97e80
Author: Contrabang <91113370+Contrabang@users.noreply.github.com >
Date: Fri May 17 08:00:06 2024 -0400
Refactors outfits to work with mind initialization (#25395 )
* wow
* fix runtime and ci
* i spell good
* Fix
* Update code/datums/outfits/outfit_admin.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Matt <116982774+Burzah@users.noreply.github.com >
---------
Signed-off-by: Matt <116982774+Burzah@users.noreply.github.com >
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 95b2fcf095
Author: HMBGERDO <61080616+HMBGERDO@users.noreply.github.com >
Date: Fri May 17 13:59:40 2024 +0200
challenge check fix (#25372 )
commit 94b7057989
Author: warriorstar-orion <orion@snowfrost.garden >
Date: Fri May 17 07:58:36 2024 -0400
tube stations can be skipped by holding direction key (#25350 )
* tube stations can be skipped by holding direction key
* Update code/game/objects/structures/transit_tubes/station.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
* invert/guard clause
* add examine text for hints
---------
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
commit 74ad8c1463
Author: Daylight <18598676+Daylight2@users.noreply.github.com >
Date: Fri May 17 14:44:17 2024 +0300
Gives singularity engines a slight nudge towards the station (#25420 )
* Makes the singolo target
* Spelling
* Update code/modules/power/engines/singularity/singularity.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Daylight <18598676+Daylight2@users.noreply.github.com >
* Fancy comments
---------
Signed-off-by: Daylight <18598676+Daylight2@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
commit 131e631cc4
Author: Luc <89928798+lewcc@users.noreply.github.com >
Date: Fri May 17 07:37:16 2024 -0400
Adds a rod smite (#25424 )
* better
* no more ripping
commit 1d97474ee5
Author: Migratingcocofruit <69551563+Migratingcocofruit@users.noreply.github.com >
Date: Fri May 17 14:32:48 2024 +0300
Adjusts grinder behaviour and towercap log contents (#25249 )
* Adjusts grinder behaviour and towercap log contents
wood logs now contain 20 carbon, and the plank carbon amount is reduced accordingly, steel logs now contain 50 iron, non-edible plants are ground the same way as edible plants.
* Rearranged checking for grinding behavior to if else from nested if and removed the old non-edible plant grinding code.
commit 66e3528b7c
Author: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Date: Fri May 17 12:22:14 2024 +0100
Adds Abductor Janitorial Tools! (#25057 )
* Fixing some minor typos for cyborg upgrade flavour text
Throws in some missing apostrophes, capitalisation, and the letter "s."
* Briefcase Full of Cash buff
Increases the amount of cash in the Syndicate Br…
* Revert "Squashed commit of the following:"
This reverts commit 858b1d8f36 .
* Update code/modules/clothing/suits/cardborg_suit.dm
Co-authored-by: Charlie Nolan <funnyman3595@gmail.com >
Signed-off-by: Matt <116982774+Burzah@users.noreply.github.com >
---------
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Signed-off-by: Matt <116982774+Burzah@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Fordoxia <fordoxia@googlemail.com >
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Co-authored-by: Charlie Nolan <funnyman3595@gmail.com >
2024-05-30 16:42:02 +00:00
Matt
542a21d690
Fixes oversight with spraycan ( #25513 )
2024-05-28 13:24:27 +00:00
CRUNCH
35f63afc07
Updates the spraycan ( #25024 )
...
* Update crayons.dm
* Update crayons.dm
2024-04-18 13:01:28 +00:00
S34N
0b838dc3c4
[READY] BYOND 516 compatability ( #25105 )
...
* Preliminary changes for 516
* Also removes the goon folder
* Fixes a BUNCH of UIs
* update our things
* debug proc
* le maintainer verb
* fix strip panel
* browseroutput => chat_panel
* prettier, remove obsolete bat
* tidu tgui say css
* href purge
* 515 compat
* 515 compat 2
* more required chores
* comments
* fully working 515
* bungle
* correct this
* fixes 515 support
* prettier
* new CI
* fixes old href styles sneaking in
* update docs to reflect href changes
* more href fixes (thanks cdui)
* MORE href nonsense
* even more hrefs (seriously wtf)
* Update code/modules/admin/permissionverbs/permissionedit.dm
* error on fail
---------
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
2024-04-15 18:49:50 +00:00
DGamerL
b2275d1ce8
Changes all instances of pick(list(....)) to pick(....) ( #25017 )
...
* That's a lot of files
* More changes
* Removes mention
* Thanks to Funny for helping with the text
2024-04-12 11:54:33 +00:00
Marm
93d9c70530
Adds the Detective Holobarrier Projector + Chalk ( #24400 )
...
* just one more thing
* gosh that was embarassing
* Update code/game/objects/items/crayons.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* Update code/game/objects/items/weapons/holosign_projector.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* Update code/game/objects/items/weapons/holosign_projector.dm
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
---------
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
2024-03-11 13:17:34 -04:00
Charlie Nolan
36b202bd26
Standardize on exclaiming about committing suicide. ( #24433 )
...
* Standardize on exclaiming about committing suicide.
* Update code/game/objects/items/weapons/kitchen.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* I think this is the last of the unexciting suicides.
---------
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
2024-03-10 18:18:36 +00:00
GDN
82b863cefd
Converts over the missing TGUI input lists ( #23859 )
...
* Converts over the missing TGUI input lists
* last fixes
* num revert
2024-02-14 21:17:29 +00:00
S34N
22fbd9aced
TGUIv4 - Core backend updates, TGchat, Asset cache updates ( #23726 )
...
* TGUI upgrade project: Port initial TGUI 4.0 changes from TG (#23440 )
* tgui4.0
* bugfix for un-interaction
* fix for input not resetting on close
* NTOS restore
* fix all interfaces having scrollbars, fix colours
* bundle update
* dep bumps
* bumps the deps as much as possible
* button regression fix
* TGUI test map rev 1
* fix theme and some component regression
* fix login screen regression
* fixes regression with uplink cart
* bundle
* fix regressions
* fix the input issue, again
* regression fixes, stylesheet edition, hash restore
* fixes GPS BSOD
* draggable control regression
* dev server dep regression
* byondUI regression fix
* section regression fix
* fix secure storage weirdness
* Fixed mining vendor scrolling
* Arthri review pass 1
* mining vendor double-scroll
* fix for RPD, AirAlarm, and Radio
* arthri review pass 2
* arthri review pass 3
* sanitize var setting, fix colours, delete unused file
* adds CI to branch
* god damn AI making random changes
* I should remember to compile when changes are made
* fixes scrollbar issues
* fix camera console, fix flexGrow for sections
* CI fix
* nanomap fix
* Update code/modules/atmospherics/machinery/airalarm.dm
* restore margin
* style semicolon
* TGUIv4 - Moves TGUI Window Sizing from DM to JS (#23524 )
* Initial commit
* Transferring the remaining windows to JS
* Resizing part 1
* Resizing part 2
* Some reverts and polish
* Forgot that
* undeployed nuke window size
---------
Co-authored-by: Aylong <alexanderkitsa@gmail.com >
* TGUIv4: Remove force_open (#23537 )
* First state fixes
* Removes "force_open"
* TGUIv4 - TGUI Version 4.1 (#23547 )
* Reduced Logging Changes
* setSharedState early return for non-interactive UI
* TGUI version bump to 4.1
* Fix sending updates for non-interactive UIs
* Scalablue UI Stylesheet Changes
* CSS Tgui Bundle
* JavaScript TGUI Style Changes
* Update tgui/packages/tgui/styles/base.scss
Co-authored-by: Aylong <69762909+Aylong220@users.noreply.github.com >
* Additional changes to Input and Button scalability
* TGUI logging proc update
* Indentation fix for logging proc
* Update code/__HELPERS/_logging.dm
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
* Additional log_tgui changes
---------
Co-authored-by: Aylong <69762909+Aylong220@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
* dev server hotfix (#23584 )
* ui_interact object constructor argument check (#23594 )
* feat: add smart asset cache, add CDN support for assets, properly group assets (#23585 )
* feat: add smart asset cache, add CDN support for assets, properly group assets
* fix: make tgui actually work
* fix: keeping local name for `tgui.bundle.js` and `tgui.bundle.css` for debug and dev server functioning
* fix: make `fontawesome` assets finally work
* fix: make proper identation for `if`
* fix: add `resolveAsset` to `NanoMap.js`
* refactor: update `claw_game` and `chess` to new asset framework
* refactor/tweak: don't use string concatenation for browser `content` and `head_content`, use list instead. Don't use `common.css` for paper UI, keep local name for stamp image assets, replace hard ref of browser to `atom` (rare case) to `UID`
* refactor: remove redundant debug logs
* refactor: remove space betwee `if` and `(`
* refactor: remove one more redundant log, properly reload UI resources
* rafactor: change names of asset files
* fix: adjust existing UIs to properly use assets
* fix: properly pass args to to `onclose` proc
* Update code/modules/asset_cache/transports/asset_transport.dm
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
* Update code/modules/asset_cache/transports/asset_transport.dm
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
---------
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
* TGUI 4.2: TGchat + Refactor Asset Delivery + Yarn Berry (#23643 )
* tgchat
* Little cleanup
* Refactor Asset Delivery (Part 2)
* Little tweaks
* fix code styling issues
* fix file name duplications
* Browser window options fix @gaxeer
* transfer valve fixes
* yarn berry initial
* vsc tasks
* yarn berry working
* node 20
* fix dev server (lol wrong yarn)
* bloody regressions
* fixes that damn scrolltracking bug
* Some tweaks and flexGrow deletions
It still doesn't work as it should, which makes me nervous
* remove unneeded deps
* 514 regression fix
* change stuff to not conflict with other servers
* name it as requested
---------
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
* revert test_TGUI map addition
* TGUI 4.3: Stack, Webpack 5 & UI Tweaks, Yarn 3.6.4, TS support, Jest (#23677 )
* Stack & UI's Refactor
Almost final, polish required
Stack & UI's Refactor (Part 1)
Stack & UI's Refactor (Part 2)
Stack & UI's Refactor (Part 3)
* Prettier
Maybe bad
* ClearChat & some tweaks
* Adds a Chat Reliability Layer https://github.com/tgstation/tgstation/pull/79479
* Fix chat BSOD
https://github.com/tgstation/tgstation/pull/79821
* WebPack 5 (Didn't work)
I hate this shit
* Yarn 3.6.4
* make it all work
* revert snowflake fix
* Stories
* adds TS support
* re-enable test and prettier
* update yarn sdk's
* Fix some box regression
* ping/reply
* Fixes regressions and some things
* Zebra and Fix chat button transfer
+rebuild
* make VSC use the proper local typescript lib
* Popper Tooltips https://github.com/tgstation/tgstation/pull/58980
* Popper Tooltips performancy fixes
* Dropdown v2 https://github.com/tgstation/tgstation/pull/75164
Without Icon.tsx
* BB test map
* run build
---------
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
* we moved these
* change test values
* ignore scss files
* change hash function
* TGUIv4: TGchat fix traitor codeword highlighting (#23720 )
* Codeword highlighting for TGUIv4
* null safeties
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* TGUIv4 - updates standalone build tooling (#23721 )
* swap `xxhash64` for `md4`
* remove hash function
* remove old file
* TGUI 4.3+4.4: Newscaster fix, `inline-block` replacements and other fixes (#23722 )
* TGUI 4.3 fixes
Newscaster fix + inline-blocks
* Be gone Box
* Mod Chat -> Mentor Chat
* Some warning filters
* Rebuild
* Delete tgui-common.bundle.js
* please work
* try it like this
* 4.3.1
* 4.3.2
* fix
* i forgot to build
* 4.4.0
* give me more diff details please so I can fix you
* its not binary pls git
* test without svgs
* removes an un-needed SVG file
* inlined SVGs test
* fix code styling
* comment these
---------
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
* TGUIv4 - Removes resizable and improves drag code (#23719 )
* Initial commit
* bundle rebuild
* Fixes Radio Sizing
* Updates Radio sizing to fix wrapping issues
* fix dev server
---------
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
* fix hotkeys not being passed to BYOND
* Apply suggestions from code review
* bump deps
* forgot these deps
* ci fix
* ChemDispenser fixes and HoloControl cooldown
* Station Traits TGUI
+Rebuild
* CI
* fix CI for real this time
* I have no idea
* fix station trait panel
* Update code/controllers/subsystem/SSping.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/controllers/subsystem/SSticker.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/controllers/subsystem/SSping.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* deterministic module IDs
* TGUI fixes. Again... (#23762 )
* TGUI Fixes: Part 1
ORM icon for reinforced glass now showing correctly
Mining vendor moved to Stack
Exofab UI buttons descended from the heavens to the earth
* TGUI Fixes: Part 2
DestTagger now works, forgot import LabeledList
PowerMonitor graph displays correct
Request Console updated to 2.0, BUT, problem with message priority, it was there before the changes, maybe even before the project, I'll have to check it out
* TGUI Fixes: Part 2
Fixed `onEnter` input
Fixed Cloning Console storage (Im dumbass)
Some windows resizing
Fixed bad picture in security and medical records console
Fixed scrollable dropdown
Added translucent color for buttons
* Fucking uplink DONE, and Button.Input fix
* NT Recruiter and Uplink polish
* Del LabeledList from dest. tagger
* ChemMaster and OreRedemption log deletion
* Update test_tiny.dmm
* Translucent button story
* Filter for SQL error
* del: `log_debug` in `hear_say.dm`
* Some little fixes and SpecMenu Stack
* Panel.js: mx -> mr
* fix ghost spawners
* null check
---------
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
* fix material name in protolathe
* fix various UI interacts
* card machine runtime fix
* remove legacy folders
* TGUIv4 - TGchat Theme Adjustments (#23772 )
* Initial commit
* Changes rule grouping
* Robot class style changes and webpack config
* Reverts webpack/font changes and subs robot font
* revert a state changed in error
* fix uninteractable UIs due to chunky fingers
* TGUIv4: More fixes, tweaks and fixes for tweaks (#23781 )
* I fuckin hate PDA
* Vending
* Add `|` to highlight splitters and some light mode tweaks
* Teleporter rewrite
* APC and AiAirlock (God forgive me)
* clarify highlight syntax
---------
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
* TGUIv4 - Abductor Experiment Machine TGUI (#23776 )
* Experiment Console TGUI
* Update for TGUIv4
* UI Size adjustment
* ui state and ghost attack update
* remove this
---------
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
* fix
* TGUIv4 - Adjustments, Fixes, and Tweaks (#23785 )
* Photocopier layout adjustments
* Autolathe Text and Button spacing adjustment
* Hotkey fix for moving bug
* Removes rule sets for visited links
* Fixes ordering multiples on cargo console
* fix possible wonky json payloads
* fix admin log input list stuff
* TGUIv4: Reconnect fix and some other fixes + tweaks (#23790 )
* Fix reconnecting and transfer it to TSX
* RPD polish
* RCD, AccessList, GuestPass
* Focus reset fix when camera switched. God forgive me again...
* Purple box and identation fixes
For votes and health scanner
* ChemMaster and ChemDispenser
ChemMaster - translucent pills buttons and no grow produce section
ChemDuspenser - dynamic height
* ShuttleManipulator Tabs
* RCD buttons
* make input bar mode more prominent
* fix chem master icons
* tab fix
* Properly sanitizes loaded messages in tgui chat
* TGUIv4 - Adjustments, Fixes, and Tweaks v2 (#23795 )
* Fixes icon spacing for nanobank tabs
* Tweaks Dropdown styling
* Fixes sending stuff to old chat
* OpenDream TGUI fix
* Resizes Station Traits window
* Adjusts health analyzer messages for chat tabs
* Revert "Properly sanitizes loaded messages in tgui chat"
This reverts commit 4c32a7094a .
* Revert "Revert "Properly sanitizes loaded messages in tgui chat""
This reverts commit 24afa55922 .
* Changes how tgui handles static data
* Reenable no-undef rule. Enable Format On Save for VSCode (#23803 )
* Enable Format On Save for VSCode
* Re-enable and fix no-undef
---------
Co-authored-by: Arthri <41360489+a@users.noreply.github.com >
* pda scanner message improvements
* fix mentor/admin PMs being sent to the "unsorted" category
* fix garbled custom vote messages
* moves cyborg analyser to use chatboxes
* fixes regression
* Prevent F5 reload
* TGUIv4: Themes polish and some new ones + misc fixes (#23814 )
* Little themes tweaks
* NTOS chat theme
* Update tgui-panel.bundle.js
* Capitalize themes
* Paradise theme v1.0
* Little StationTraitsPanel cleanup
* Update member_content.dmi
* NoCapitalize
* Rebuild
* Delete Paradise.scss
* Create paradise.scss
* Forgot
* Rewritten Security Records Console
For Jesus fucking christ...
* Vending and Wires sizes tweaks
* ThermoMachine
* Syndicate Theme
* Little darker
* Rewritten Medical Records Console
* PDA Nanobank fix
* Syndicate Theme Darker
* Rebuild TGUI
* Wires section grow fix
* fixes the enshittified paradise icon
* Sirryan+Warrior reviews
* bloody define comments
* comment correction
* unprivate these
* errant . begone (how did this not cause a compiler error)
* TGUIv4 - Adjustments, Fixes, and Tweaks v3 (#23807 )
* Fixes ERT Manager silenced message function
* Adjusts progress bar on ExosuitFabricator
* Sets Dropdown selected to align left
* Removes the use of self_state select interfaces
* Exosuit Fabricator style adjustments
* fix sextractor UI
* remove empty tochat string
* fix human air alarm interactions
* fix modals
* add F12/IEChooser
---------
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
---------
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: Aylong <alexanderkitsa@gmail.com >
Co-authored-by: Aylong <69762909+Aylong220@users.noreply.github.com >
Co-authored-by: Gaxeer <44334376+Gaxeer@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Arthri <41360489+Arthri@users.noreply.github.com >
Co-authored-by: Arthri <41360489+a@users.noreply.github.com >
2024-01-21 19:20:35 +01:00
Contrabang
f3f9bd442a
Changes slot number defines from lowercase to all uppercase ( #22297 )
...
* undo all of it
* flags
* back
* head/mask
* left
* right
* Cuffs
* other name changes
* ID and PDA
* idk about calling them SLOT_HUD now
* glasses, gloves, and shoes, oh my!
* the rest
* comment
2023-10-03 18:27:51 +01:00
warriorstar-orion
3a1f827041
fix runtimes setting empty crayon message ( #22672 )
2023-10-03 17:44:50 +01:00
warriorstar-orion
f8d195f0b7
add crayon message customizer; port TG alphanumeric crayon decals ( #22499 )
...
* guh
* add crayon message customizer; port TG alphanumeric crayon decals
* docs
2023-09-30 08:41:42 -04:00
Henri215
e0b7832927
Fixes spraycan icon not updating properly ( #20897 )
2023-04-22 09:58:15 +02:00
FloFluoro
4477cc7438
Rainbow/Mime crayons can no longer be used for infinite nutrition ( #19668 )
2022-11-16 20:41:40 +01:00
FloFluoro
9de96d0704
Replaces spraycan stun with knockdown ( #18604 )
2022-07-28 22:20:44 +01:00
FloFluoro
0981850f4c
Fixes runtime when spraypainting xenomorphs ( #18564 )
...
* Fixes spraycan runtime
* Fixes incorrect type cast
2022-07-26 14:33:30 +01:00
Vi3trice
f4b37b4177
Port TG updating appearances ( #17943 )
...
* Get pants that match or else you gonna look silly yo
* Posters
* Fix other hud elements
* Rereviewed
* Update shotglass.dm
* Fix for new merged PRs
* Typo
* Coming across other stuff
* Update theblob.dm
* No takebacksies
* smh i forget to leave a comment
* Updated for the detgun and cards
* Should have rerun langserver again
* No longer plastic, more in scope
* Damn you bluespace
* Reverting turret logic, out of scope at this point
* Tweak that part
* Went over energy guns again, and fixed UI White's sprite sheet
* Welding masks, glasses, and JUSTICE
* Update portable_atmospherics.dm
* Cleaning up, clearing things up
* Review and suggestions
* Update valve.dm
* More tweaks
* Missing character
* Not distinct lightmasks, so they can be overlays
* Update generator.dm
* Add parameter so holodeck doesn't try to make a perfect copy
* Update unsorted.dm
* Spiders
* Better fix for spiders, fix vamps too
* Ghosts
* Update telekinesis.dm
* Cleaning up old procs
* It's set up to not copy datums... Unless they're in a list
* Donuts, duct tape, and detgun. D3VR coming to Early Access
* Update procs that interact with doors so they call update_state instead
* Forgot one spot, and actually might as well just force lock
* Cleaning up other things... Sigh, and kitty ears
* oops
* Getting used to how it works
* blinds
* Going back to the suit obscuring thing, so it doesn't update all the time
* Missed that from merging master
* I made this PR and forgot about it
* Fix runtimes in cards
* Make things a bit more unified
* Update update_icons.dm
* yarn, really?
* Update library_equipment.dm
* Update shieldgen.dm
* Every time Charlie merges something, I go back and see if I can improve things further
* what's this? more?
* Update misc_special.dm
* wow, paper
* Review
* More reviews
* To be sure, seems like being broken messed something sometimes
* Brought airlocks closer to how TG works to iron out some stuff
* Pizza and morgue
* Doesn't seem to hurt, tried with holodeck
* Revert "Doesn't seem to hurt, tried with holodeck"
This reverts commit 158529302b .
* Icon conflict
* Fix organ damage
* Don't ask how. Why. It's like that on prod too.
* Cutting down on things and updating from TG.
* More flexible. Just in case the thing you stuck it on didn't destroy.
* Hydro was one the things I touched earlier on, better rework it
* Reviews
* Cleaning up further, also bri'ish
* Undo a change I did, and switch over to a more recent implementation
* Update biogenerator.dm
* Rolling back to old airlocks, but with new duct taped note
* Functionally the same. I'd just rather not have the smoothing happen there
* Went over APCs again
* Fix welding helmet names in species files
* Update airlock.dm
* Update persistent_overlay.dm
* Oh, topic
2022-07-21 08:11:59 +02:00
Charlie
0f7a8707ef
[Ready] Refactors stuns and status effects. ( #17579 )
...
* Fixes reviver runtime
* Confusion status effect
* Dizzy status effect
* Drowsiness status effect
* decaying -> transient
* Drunkenness status effect
* why use timer when SSfastprocessing work good
* stuns (mostly)
* weaken and immobalise
* stun/weaken times
* update_flags redundancies.
* Slowed()
* Silence + fixes transient decay
* Jittery
* sleeping
* Paralyze -> weaken
* Cult sluring
* paralyse
* Stammer
* slurring + projectile cleanups
* losebreath
* Hallucination
* forgor this
* eyeblurry
* eye blind
* Druggy
* affected didn't like my spacing
* review pass
* second review pass
* some cleanups
* documentation and signal framework
* confusion fix
* Fixes spec_stun
* rejuv fix
* removes a TODO
* conflicted myself
* fixes
* self review
* review
* removes TODOs
* adminfreeze
* TM fixes
* hallucination fix + others
* tones down alchol and runtime fixes
* confusion overlay suggestion
* more fixes
* runtime fix
* losebreath fix
* clamp => directional bounded sum
* steel review
* oops
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com >
* reduces the dizziness cycle rate
* borg hotfix
* sanctified decursening
Co-authored-by: mochi <1496804+dearmochi@users.noreply.github.com >
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com >
2022-05-24 16:35:26 +01:00
E-MonaRhg
f9c672ffa2
A lesson in testing your PRs ( #16969 )
2021-10-18 16:15:54 +01:00
SabreML
0b375de42c
Removes the the vast majority of 'The the' from the the code ( #15597 )
...
* The the
* Some more
* Review 1
* A couple more
2021-06-20 10:20:32 -04:00
ppi13
b97fedf863
Adds the Elusive Black crayon
2021-04-10 02:17:01 +02:00
Deelite34
e8d2139b60
Fix crayon drawing invisible runes ( #15673 )
2021-03-05 14:19:45 +00:00
SabreML
678435d50a
Blood Cult 2: Electric Boogaloo ( #14516 )
...
* DMI files
* Progress
* we compiling
* innate cult action, various progress
* Reorganise runes, fix cult dagger action and admin cultist
* Cult tooltips, dagger icons
* Add mirror shield, return runes back to OG circles
* Cult structure lights, pylon update
* bola update, progress..
* cleaning rune fix, girder/structures anchor
* speed up cult walls
* Convert rune update, tweaks
* Add teleport portals
* fix runtimes
* cult objs start
* move current cult objs to backup
* Rework cult objectives, add narsie/singulo interactions
* spacing, admin log and message
* reviewstuff
* refactor cult conceal/reveal
* add a bit of range to reveal
* blood magic tweaks, hallway not in summon areas
* implement structure concealment, offer uncuff
* add parry sound, fix cult airlock reveal appearance
* Update remaining runes
* fix pylon blood restaure, up blood magic cost
* review tweaks and progress
* fix compilation
* fix offering rune bug
* Draw blood rune action refactor
* moar tweaks
* fixes, holy water blood magic clean, icons
* Add cultist hardsuit, tweaks
* reduce needed pylons for cult ghost, cult shield
* spirit realm fixes
* fix dark spirit
* Add blood rites
* exotic blood handling
* spacing, add adminbus dagger, bal. rune health cost
* woops
missed a var
* fix blood rite healing
* emp spell cult immunity
* fix exploit and narsie references
* new rune sprites
* color defines
* SEND_SOUNDS, cult summon areas
* fix soap, barrier, and add CC location on narsie
* cult structure fix
* functional ascendance, undo cult spacesuit changes
* woops
* whetstone qdel, tweaks
* fix empty area selection bug
* cult ascendance numbers
* add cult blade sprite, add sacrificing head/brains
* review stuff
* fix runtime and twisted cons target
* review stuff
* code clarity
* remove unnecessary cultist checks
* Add support for wizard cultists
* cleanip
* fix concealed glass airlocks
* update objs
* remove talisman ref
* fix status procs
* clarifications, remove unnecessary var
* deconflicting
* deconflicting LF
* oops
* readd new icons
* more conflcit stuff
* readd drill and jaws icons
* review stuff
* silence on conversion
* Readd compact sniper icons
* Remove ambiguity
* 2 sacrifices required
* check antag panel improvements, bug fixes
* limits narsie cult ghost cheese
* CC message
* trailing newlines
* Shade/construct update
* bug fixes
* balance bloodboil, update CC message
* add a newline to something i didnt touch
idk ask travis bout it
* remove metastation extra null rod and shard
* fix teleport runes list, update icon
* remove tg cultist icon
* update cult actions with new tome
* Remove mirror shield throw, spell constructs
Add in sacrificing any brain with a mind.
* Fix more conflicts
* Fix double return
* Add descriptions to cult recipes, fix icons
* fix shuttle curse exploit
* Update wall rune, cult shields, runed recipe width
* implement flagellant sprites, misc changes
* Fix conversion rune
* Add cult blood barrage healing
* Trailing line
* fix whitespace
* Remove can_speak check on invoke
* Deconflict pt. 2
* Bugfixes the 1st
Fixes bugs 2 and 4 in the 'Known Issues' section
* cult.dm tweaks
Oh boy, even more commits!
* Fixes blood halberds swapping directions on wield
* Tweaks and stylin'
Changed a few span classes around and added a 'Remaining Charges' display to the Blood Rite spell
* Ritual tweaks (And some other stuff)
Fixes:
Altar stray pixel,
Using 'Twisted Construction' on a cult door,
Rune drawing checks,
probably more idk
* Rune tweaks & fixes
Fixes:
Wraith glowing not turning off while jaunted,
A MASSIVE oversight by me with playsound(),
probably also some other stuff but I've been staring at this file for a week and I've forgot most of what I did.
* Testmerge fixes the 1st
Fixes:
Ascendent is now Ascendant,
The Cultist greeting is now in the correct order,
IPCs now draw oil coloured runes,
No longer able to sacrifice a body multiple times,
Sacrificing a brain or head now gives a soul shard,
Converting an IPC or someone with robotic limbs now heals them correctly,
Probably more.
* Mirror Shield balancing
Being hit by a projectile above a damage threshold (10) now increases the chances of the mirror shield shattering, by 3% per damage point.
This may seem pretty low, but an Energy Gun would have a 30% chance of breaking the shield per hit. (Assuming I did this right, anyway.)
* Insect repairs and more
Changes:
Makes the shuttle curse lines a define,
Comments out the changing construct names,
Made flagellant robes block hair,
Added documentation to the mirror shield (See said documentation for details),
Made the cooldown examine text for cult structures display minutes and seconds,
Removed the ability to sacrifice the same body multiple times,
Cleaned up the soulstone code (and hopefully didn't break anything),
Probably still missed something, oh well!
* Rune opacity and Stun timing
Changes:
Halved all the values of the 'Stun' spell, since it was presumably an oversight. (20 second stun to 10)
The 'mouse_opacity' for runes has been set to 'opaque', this means that clicking on any spot on the tile will select it. (Less fiddly)
The '(REMOVE SPELL)' choice when choosing spells now only shows if there's any spells to remove.
Dunking someones head in the lava forge now only works if they have a head.
Also fixed a whole bunch of typos/gramatical errors.
* Blood Boil, Blood Barrage and EMP Sprites!
Changes:
Overhauled the 'Blood Boil' rune (See documentation)
Added in-hand sprites and red sparks for 'Blood bolt barrage'.
The nar'sie rune now removes all runes around it to prevent clipping.
Fixed runtime when examining the 'Arcane Barrage' spell.
Added new sprites for the EMP spell, courtesy of @kugamo!
Co-Authored-By: Kugamo <thekugamo@gmail.com >
* A few more tweaks
Changes:
Halved the percentages of 'Rise' (Glowing eyes) and 'Ascend' (Halos) to 10% and 20% respectively.
Hopefully fixed shield walls being passable while active.
Changed "Nar-sie" to "Nar'sie" in a few places.
* TM 2 fixes
Changes:
Teleport runes now only show the user when the animation has finished.
Cult shields are now invisible to ghosts when disabled.
Crayon runes now use the new rune sprites.
Construct night vision now actually works.
You can no longer soulstone yourself.
The death message for cult structures is now bigger.
Cult objectives are now displayed at roundstart.
Tweaked the icons for artificer spells.
Tweaked some cult related 'Tip of the round's.
Summoned cult ghosts no longer show in the 'Check Antagonists' panel when dead. (Hopefully)
* Cult members and Deconversion
Changes:
Using the 'Study the Veil' ability now shows how many members the cult has.
Holy water now unequips all cult clothing on deconversion. (Flagellant robe, blindfold, etc.)
Nar'Sie no longer warns admins that it doesn't have a containment field.
Fixed Zealot's Blindfolds not temporarily blinding any non-cultists who touch them.
The 'Summon Cultist' rune description now explains that restrained cultists cannot be summoned.
Fixed Travis (Probably)
* Cult Rise/Ascend balancing V1
The values here will almost certainly need some tweaking, but I feel like it's better than it was before; and certainly more customisable.
* Possibly maybe hopefully (one of) the last commits
Changes:
The cult halo no longer vanishes on relogging.
It's now possible to drag things on to runes again.
* A few minor fixes, and a major one
Changes:
Resetting your action button positions no longer completely breaks blood spells.
The downside to this fix is that Blood spells can no longer be moved around, so sorry sorry about that.
Fixes : #14393
Fixes : #13855
* New weapon sprites!
Adds fancy new sprites for all cult daggers and swords, courtesy of @McRamon!
They will need adjustments for Vox and Kidan at some point, and the Skrell inhand can look a bit odd at times, but those are also problems for every other weapon in the game so that can be fixed later.
Co-Authored-By: McRamon <31545294+McRamon@users.noreply.github.com >
* TM 3 fixes
Changes:
Fixed action button related bugs, including making them movable again! (probably caused a bunch more but eh),
Slightly tweaked threshold for ascendance,
Blood Rites now cleans up slime blood,
The Deconversion message is now bigger,
Flagellant robes now take 5% more damage (Lasers do 30 damage rather than 29),
Teleport runes can no longer be erased while a portal effect is open,
Teleport rune portals now always show the Z-Level if they're not in station space,
Teleporting another player no longer makes you temporarily invisible,
Attempting to summon a restrained cultist now gives said cultist a warning message,
Fixed a runtime when placing a soulstone in a construct,
Cultists now show on the Orbit menu if you have AntagHUD enabled,
Fixed a few typos
Co-authored-by: datlo <quentinkoyote@gmail.com >
Co-authored-by: Kugamo <thekugamo@gmail.com >
Co-authored-by: McRamon <31545294+McRamon@users.noreply.github.com >
2020-11-06 20:41:41 -05:00
Certhic
916d358ad3
replaced some magic values
2020-09-01 16:26:25 +02:00
AffectedArc07
04ba5c1cc9
File standardisation ( #13131 )
...
* Adds the check components
* Adds in trailing newlines
* Converts all CRLF to LF
* Post merge EOF
* Post merge line endings
* Final commit
2020-03-17 18:08:51 -04:00
Fox McCloud
86e6d85093
Nutrition Refactor ( #12389 )
2019-09-24 15:17:55 -07:00
Dave
ed97b0f05b
Crayon Fixes ( #12327 )
2019-09-17 14:43:18 -07:00
Fox McCloud
814e492a55
Suicide Refactor
2019-03-27 22:54:26 -04:00
Tayyyyyyy
919bd7aaf2
Replace \his, \he, \him, \himself
2018-05-25 18:39:37 -07:00
Citinited
579ce61197
Praise Honkmother! 📯 🤡 (Fixes mime and clown crayons not changing colour) ( #7726 )
...
* Fixes mime / rainbow crayons not changing colour as intended
* uses incapacitated() instead of restrained || stat
* Uses Adjacent(usr) to check if rainbow / mime crayons should be able to change colour
2017-07-08 20:26:49 -04:00
tigercat2000
13a862be02
Merge pull request #7556 from SamHPurp/couple-more-random-variants
...
Adds random colours on cable cuffs & crayons, and the ability for flashes to start burnt out
2017-06-27 11:41:27 -07:00
Crazylemon64
72841c9e70
Refactors TK to work a bit more consistently
...
Also allows remote stack manipulation shenanigans
2017-06-22 23:24:37 -07:00
Sam
911cf31635
Adds a random crayon option for map makers
2017-06-15 01:39:29 +01:00
Sam
fca8a46c49
Fixes errant improper capitalised references
2017-06-14 08:00:18 +01:00
Sam
07e0f768d6
Using Weight Defines
2017-05-27 16:34:49 +01:00
Markolie
3aa1399995
Implement usesound/toolspeed
2017-03-07 16:46:28 +01:00
Markolie
b0d4f5d92a
Various fixes
2017-02-10 18:55:23 +01:00