012e1f1010
Fixes for inserting/removing storage items/swapping items between hands. ( #27694 )
...
* Fixes for inserting/removing storage items/swapping items between hands.
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
* Fix doc comments
* kill old comment
---------
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
2024-12-21 21:36:04 +00:00
79bad427c8
Movement cross/uncross implementation. ( #26762 )
...
* refactor: Movement cross/uncross implementation.
* wrong var name
* fix unit tests dropping PDAs into nowhere
* Add documentation.
* remove unused constants
* say which procs are off limits
* fix simpleanimal z change runtime
* helps not to leave merge conflicts
* kill me
* fix typecast
* fix projectile/table collision
* treadmills don't cause MC to crash anymore
* connect_loc is appropriate here
* fix windoors and teleporters
* fix bonfires and clarify docs
* fix proximity sensors
Tested with sensors in crates, sensors in modsuits
Tested new proximity component with firing projectiles at singularity
Tested new proximity component with portable flashes
Tested new proximity component with facehuggers
* lint
* fix: polarized access helper false positives
* Revert "fix: polarized access helper false positives"
This reverts commit 9814f98cf6 .
* hopefully the right change for mindflayer steam
* Changes following cameras
* fix glass table collision
* appears to fix doorspam
* fix ore bags not picking up ore
* fix signatures of /Exited
* remove debug log
* remove duplicate signal registrar
* fix emptying bags into locations
* I don't trust these nested Move calls
* use connect_loc for upgraded resonator fields
* use moveToNullspace
* fix spiderweb crossing
* fix pass checking for windows from a tile off
* fix bluespace closet/transparency issues
* fix mechs not interacting with doors and probably other things
* fix debug
* fix telepete
* add some docs
* stop trying to shoehorn prox monitor into cards
* I should make sure things build
* kill override signal warning
* undef signal
* not many prox monitors survive going off like this
* small fixes to storage
* make moving wormholes respect signals
* use correct signals for pulse demon
* fix pulse heart too
* fix smoke signals
* may have fucked singulo projectile swerve
* fix singulo projectile arcing
* remove duplicate define
* just look at it
* hopefully last cleanups of incorrect signal usage
* fix squeaking
* may god have mercy on my soul
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
* lewc review
* Apply suggestions from code review
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
* burza review
* fix bad args for grenade assemblies
* Update code/__DEFINES/is_helpers.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
---------
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: DGamerL <daan.lyklema@gmail.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
2024-12-21 08:07:44 +00:00
aa140c1184
Tweak: Magma-ale and space beer are now a bottle subtype ( #27407 )
...
* makes magma-ale and space beer bottles instead of cans
replaced all occurences of the cans to the new type
* forgot to rever test_tiny
* path script + repathing
* space bar sleepy beer repath
* Update tools/UpdatePaths/Scripts/27407_ale_beer_repath.txt
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: Toastical <vnndvp@gmail.com >
* Update code/game/objects/structures/crates_lockers/closets/secure/bar.dm
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: Toastical <vnndvp@gmail.com >
---------
Signed-off-by: Toastical <vnndvp@gmail.com >
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
2024-12-07 22:18:55 +00:00
warriorstar-orion and GitHub
d23c808e47
Fixes several attack chain call sites ( #27553 )
2024-12-06 22:20:12 +00:00
d663dfc3fb
[READY FOR TM] R&D Rework Part 2 - Death to the experimentor ( #27472 )
...
* PT1 - Death to experimentor
* I cant fail CI this fast come on
* PT2 - DA -> SA
* CRLF to LF
* Strange icons in the SA now
* Lets give this a go
* AGH
* Dirt
* WORK
* Oops - cere was missing the RD locker
* Map fixes
* Adds delivery chute back
* Warrior review
* Also removes magnetics
---------
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
2024-12-04 17:55:39 +00:00
warriorstar-orion and GitHub
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
warriorstar-orion and GitHub
0ffa8303a7
Rename all non-snake_case types. ( #27268 )
...
* refactor: Rename all non-snake_case types (not procs or vars (yet)).
* completely dynamic update script
* might help to include the data
* update aa's scuffed python
* oh
* set script PR number
* run updatepaths again
* Add other table updates with JSON columns
* bump SQL version
* just fucking end my life
* move JSON data
2024-11-30 19:08:45 +00:00
Toastical and GitHub
96b4f46560
cloaks fit in garment bags ( #27491 )
2024-11-30 12:04:37 +00:00
Contrabang and GitHub
734d0166a0
Removes some non-existant typepaths ( #27362 )
...
* Adds CI for missing icon_states
* yeah
* more fixes
* more fixes
* seems good
* moar
* fix
* yea
* hrtyhrt
* yeah
* WOE
* Removes some non-existant typepaths
* yes
2024-11-30 12:04:03 +00:00
chuga-git and GitHub
c21be0b102
excludes user from seeing storage insertion message ( #27490 )
2024-11-30 01:21:09 +00:00
6eb1269d8e
Return of the neck slot! ( #27188 )
...
* this turned out to be wayyyy more than just a test
* remove bedsheet icons from back.dmi
* hud+better icons
* error fixed
* fixes a few bedsheet icons
* Update code/game/objects/items/weapons/storage/garment.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Bm0n <92271472+Bm0n@users.noreply.github.com >
* review
* spacing
* TGUI Bundle Rebuild
* TGUI Bundle Rebuild
* TGUI Bundle Rebuild
* TGUI Bundle Rebuild
* lint?
* guh
* lint
* TGUI Bundle Rebuild
* test
* fix
* dead golem fix
* TGUI Bundle Rebuild
* TGUI Bundle Rebuild
* TGUI Bundle Rebuild
---------
Signed-off-by: Bm0n <92271472+Bm0n@users.noreply.github.com >
Co-authored-by: Bmon <no@email.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
2024-11-27 17:04:53 +00:00
5656f3409a
[FEATURE] New chameleon pen for forging [signs] ( #27128 )
...
* Added a new item - Chameleon pen for Forging signatures and also made a new kit with it and chameleon stamp
* Fixed shorted nemes and replaced spaces with tabs (I hope)
* Last space fixed
* Apply suggestions from code review
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Drsmail <60036448+Drsmail@users.noreply.github.com >
* Chameleon pen now have same discription as a regular pen, also retested evrething again.
* Apply suggestions from code review and the one i missed by mistake
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Drsmail <60036448+Drsmail@users.noreply.github.com >
* Update code/datums/uplink_items/uplink_general.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Drsmail <60036448+Drsmail@users.noreply.github.com >
* Update code/datums/uplink_items/uplink_general.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Drsmail <60036448+Drsmail@users.noreply.github.com >
* changed the cost. Added proper logs. Adjacency checks
* removed duplicated code
* Applied suggested changes from code review
---------
Signed-off-by: Drsmail <60036448+Drsmail@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
2024-11-27 05:16:52 +00:00
09830b2ce8
Language Changes & Lore Pt. 1 ( #27257 )
...
* stage 1
* Fix bundle (TGUI was not rebuilt)
* mr worldwide
* LT galcom suggestion
* period
* bundle
* Update code/modules/mob/language.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
---------
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
2024-11-25 11:25:38 +00:00
SchrodingersWolf and GitHub
053470ef90
SS13 isn't that sort of fantasy game ( #27364 )
2024-11-24 22:38:48 +00:00
Contrabang and GitHub
aa2651f659
Unfucks Bulldog Bundles ( #27376 )
2024-11-24 20:04:40 +00:00
Toastical and GitHub
cb1e9df8be
Adds plasmaman envirosuits to departments ( #27255 )
...
* Added envirosuits to departmental vendors
* added envirosuits to garment bags
* added mining envirosuit to mining wardrobe locker
* fixed genedrobe organization
2024-11-22 18:13:35 +00:00
Contrabang and GitHub
8352613d03
Adds CI for missing icon_states ( #27063 )
...
* Adds CI for missing icon_states
* yeah
* more fixes
* more fixes
* seems good
* moar
* fix
* yea
* hrtyhrt
* yeah
* WOE
2024-11-14 17:58:06 +00:00
513a60ba69
Nerf bible healing ( #27100 )
...
Co-authored-by: Adrer <adrermail@gmail.com >
2024-11-13 13:09:01 +00:00
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
cd2cdd33f4
Plasmamen drip - Tacticool Suit ( #27092 )
...
* Plasmaman Tactical Suits
Drip needed
* Clarification for dummies
* Radial Menu
* Removed the unneeded helmets.
* Desc Fix.
* Documentation and Static
* Unnecessary Check
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: Ordosian <109176750+Ordosian@users.noreply.github.com >
* Documentation Fix
* Alt-Click better
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Ordosian <109176750+Ordosian@users.noreply.github.com >
* Better
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Ordosian <109176750+Ordosian@users.noreply.github.com >
* Initial for diver
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Ordosian <109176750+Ordosian@users.noreply.github.com >
* Contrabang requested changes.
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Ordosian <109176750+Ordosian@users.noreply.github.com >
* Requested Changes
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Ordosian <109176750+Ordosian@users.noreply.github.com >
* Update code/modules/clothing/spacesuits/plasmamen.dm
Requested Changes - Hands Blocked trait
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Ordosian <109176750+Ordosian@users.noreply.github.com >
---------
Signed-off-by: Ordosian <109176750+Ordosian@users.noreply.github.com >
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
2024-11-11 13:04:17 +00:00
Henri215 and GitHub
b38c4bbd4c
A few description grammar fixes ( #27134 )
...
* Double spaces
* more space and misspelling
* Fixing punctuations
* Not now
* double dots
* Apply suggestions from code review
Signed-off-by: Henri215 <77684085+Henri215@users.noreply.github.com >
---------
Signed-off-by: Henri215 <77684085+Henri215@users.noreply.github.com >
2024-11-10 13:38:28 +00:00
kyunkyunkyun and GitHub
0c770b558c
Getting rid of generic first aid kits in mapping ( #26947 )
...
* get them all
* uhh
* suggestions apply + CI
* medbot faid fixed + script
2024-11-09 22:20:44 +00:00
0f717d660a
Adds CI to forbid some istype(src) checks. ( #26980 )
...
* first set of changes
* the last checks
* actually builds
* Update code/modules/surgery/organs/subtypes/standard_organs.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
* Update tools/ci/check_grep2.py
Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
* 1 fix (cigarettes) and better encapsulation in files
* yeeep
---------
Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
2024-11-06 12:56:36 +00:00
DGamerL and GitHub
766816954d
Fixes some shell box issues ( #27166 )
...
* Fixes some shell box issues
* Contra review
* Renaming
2024-10-23 17:44:21 +00:00
Contrabang and GitHub
e3c0198737
Adds CI to prevent manual calls of update_icon_state, update_overlay, etc. ( #27010 )
...
* CI something something
* last fix
2024-10-22 12:46:00 +00:00
f5a4bd0e4b
Resprites shotgun shell boxes (with fancy storage!) ( #27006 )
...
* Idk what I'm gonna do with this
* This needs a lot of cleaning up
* Absolute hell
* Fixes and reverts
* Shhhhh
* SHHHHHHH
* Accepting my least atomic PR of the year award
* Fix rubbershot name
* Update code/game/objects/effects/spawners/lootdrop.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Contra review
* Contra review
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
2024-10-22 10:41:35 +00:00
955617fe18
Add images to the Mining Vendor ( #26952 )
...
* Add images to the MIning Vendor
* Fix lazarus belt icon
* Update code/modules/mining/machine_vending.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: Aylong <69762909+AyIong@users.noreply.github.com >
---------
Signed-off-by: Aylong <69762909+AyIong@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
2024-10-22 09:50:15 +00:00
HMBGERDO and GitHub
dd318d0133
Fixing mouse opacity of items dropped by burned container ( #27101 )
2024-10-22 09:33:54 +00:00
CRUNCH and GitHub
7d7f1bb10e
Update boxes.dm ( #26969 )
2024-10-22 09:26:01 +00:00
6eb100c582
[LORE] Reasonably Sized ERT Lore Drop ( #26964 )
...
* ert lore
* vest changes
* modsuit changes
* suit changes
* Update helmet.dm
Co-authored-by: Silverplate <118299273+silverplatedelta@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
* Update helmet.dm
Co-authored-by: Silverplate <118299273+silverplatedelta@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
* Update helmet.dm
Co-authored-by: Silverplate <118299273+silverplatedelta@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
* Update helmet.dm
Co-authored-by: Silverplate <118299273+silverplatedelta@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
* Update helmet.dm
Co-authored-by: Silverplate <118299273+silverplatedelta@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
* Update ert_hardsuits.dm
Co-authored-by: Silverplate <118299273+silverplatedelta@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
* Update ert_hardsuits.dm
Co-authored-by: Silverplate <118299273+silverplatedelta@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
* Update ert_hardsuits.dm
Co-authored-by: Silverplate <118299273+silverplatedelta@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
* Update ert_hardsuits.dm
Co-authored-by: Silverplate <118299273+silverplatedelta@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
* helm
* naming
* Update mod_theme.dm
Co-authored-by: Gatchapod <20936555+Gatchapod@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
* capitalized
* Update ert_hardsuits.dm
* Update code/modules/mod/mod_theme.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
* Update code/modules/mod/mod_theme.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
* Update armor_suits.dm
---------
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
Co-authored-by: Silverplate <118299273+silverplatedelta@users.noreply.github.com >
Co-authored-by: Gatchapod <20936555+Gatchapod@users.noreply.github.com >
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
2024-10-22 09:25:12 +00:00
3c6e9bacad
Stimulating steak no longer viable for kitchen secondary goals ( #27038 )
...
Co-authored-by: Adrer <adrermail@gmail.com >
2024-10-10 13:27:24 +00:00
9225cd5817
Security belts tweak ( #26754 )
...
* Tweaking sec belts
* Update code/game/objects/items/weapons/storage/belt.dm
Signed-off-by: Sean <12197162+S34NW@users.noreply.github.com >
---------
Signed-off-by: Sean <12197162+S34NW@users.noreply.github.com >
Co-authored-by: Sean <12197162+S34NW@users.noreply.github.com >
2024-10-10 09:57:12 +00:00
Сиротка and GitHub
a5a199392b
Tweak: Revision of miners' and explorers' gear. ( #26525 )
...
* Tweak: Revision of miners' and explorers' gear.
* Remove drake changes
* Remove armor-related changes
* Update machine_vending.dm
* Update machine_vending.dm
2024-10-10 09:44:02 +00:00
ff8e0404b9
New Mech - The Nkarrdem, Janitor Supreme ( #26453 )
...
* Nkarrdem Mech - Initial Commit
* Fabricator category, garbage bag, module designs
* Added combat tech requirement to cleaning grenade launcher
* Fixed a comment's spacing
* Construction codersprites
* Construction path updated
* Open and Broken sprites
* Codersprites, Construction fixes, Wreckage
* Better spacing for equalities, better return bool
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
* Equality spacing
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
* playsound boolean fix
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
* Mech part comment spacing
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
* Parts list parenthesis spacing
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
* Spacing and boolean returns
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
* Another boolean return
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
* More comment spacing
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
* More comment spacing
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
* Ditto
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
* Comment spacing
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
* Comment spacing
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
* Snake cased floor_buffer, removed excess comment
* Enhanced floor buffer
* Whole lot of time format changes
* HUD warning message update
* Cutting cargo
* Max equipment fix
* Spray fixes
* Light replacer fixes and defines moved
* Mop sound cooldowns
* Formatting, autodoc, spacing, and chat alert fixes
* Emag warning
* Removed excess returns, added click when spray empty
* Minor refactor of cleaning_act, removed the async mopping
* Excess user
* Formatting, Typecaching
* Replaces to_chat with occupant_message
* Type def, attack log, and timer for CGL
* Moved light replacement logic to light object as fix() proc
* Free performance is free performance
* To chat fix
* replaceLight changes
* Ranged fix
* Moved autodoc
* Early return in mop refilling
* Reordered early returns in mop action
* Applied change to cleaning documentation
* Moved acrtion, removed excess subtype
* Spray moved to internal spray item, various fixes
* Removed excess
* Internal garbage storage for garbage magnet
* Janimech storage handling, effect when emptying into disposals, user check in handle_item_insertion
* Extraneous Return
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
* Var declaration fix
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
---------
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
2024-10-10 09:40:48 +00:00
1080pCat and GitHub
89bf882c98
Fixes eternal candle boxes appearing empty on spawn ( #27008 )
...
* Fixes candle boxes appearing empty on mapload
* bad idea to blanket
* Update code/game/objects/items/weapons/storage/fancy.dm
Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
* contra review
---------
Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
2024-10-09 19:03:35 +00:00
DGamerL and GitHub
603d71710d
Makes the BRPD fit in belts ( #26911 )
...
* Makes the BRPD fit in belts
* Also military belt
2024-10-01 17:15:48 +00:00
d856d5c74b
[TWEAK/BALANCE] Destroyed monkey cube box now destroys monkey cubes inside ( #26816 )
...
* Destroyed monkey cube box now destroys monkey cubes
* Update code/game/objects/items/weapons/storage/boxes.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Adrer <erwin@lombok.demon.nl >
---------
Signed-off-by: Adrer <erwin@lombok.demon.nl >
Co-authored-by: Adrer <adrermail@gmail.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
2024-09-23 22:46:45 +00:00
Coolrune206 and GitHub
fb199c82b9
fixes saber spelling ( #26766 )
2024-09-19 02:26:03 +00:00
Qwertytoforty and GitHub
44694d8fa5
makes you unable to to see inventory from another zlvl ( #26793 )
2024-09-15 20:19:48 +00:00
1f9945ee5f
Captain's sabre - Resprite and rebrand ( #26592 )
...
* rapier-rebrand
* extdesc change
* indentation
* Update code/game/objects/items/weapons/melee/melee_misc.dm
Co-authored-by: Burzah <116982774+Burzah@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: Burzah <116982774+Burzah@users.noreply.github.com >
2024-09-12 17:24:14 +00:00
AffectedArc07 and GitHub
03bc64ad13
R&D Rework PT1 - The network refactor ( #26420 )
...
* R&D Rework PT1
* Give robotics access too
* Run prettier
* More lints
* This is INCREDIBLY ironic
* Re-add blacklisting
* Oops
* Review changes
* Some fixes
* Fix outstanding issues
* Warriorstar fixes
* Tiny tweak
2024-09-08 16:38:17 +00:00
e3c73110db
Adds Chemical flamethrowers ( #25091 )
...
* Initial work
* Good enough to open a PR out of draft
* Make these use the vars on the flamethrower
* Moar fixes
* Undefines define
* Update code/game/objects/items/weapons/chemical_flamethrower.dm
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
* Update code/game/objects/items/weapons/chemical_flamethrower.dm
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
* Update code/game/objects/items/weapons/chemical_flamethrower.dm
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
* Update code/game/objects/items/weapons/chemical_flamethrower.dm
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
* Update code/game/objects/items/weapons/chemical_flamethrower.dm
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
* This won't compile
* GDN review
* Fixes CI
* Fixes CI even more
* 5 ammo per tile now
* Heavily nerfs adding multiple fires
* Adds phlogiston as a burnable reagent
* Fixes the fire name
* Placeholder sprite + ammo use fix
* Now in cargo partially
* Apply suggestions from code review
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/weapons/chemical_flamethrower/chemical_flamethrower.dm
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/weapons/chemical_flamethrower/fire_effect.dm
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/weapons/chemical_flamethrower/fire_effect.dm
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Lewc Review
* Adds nuclear variant
* Adds the chem flamethrower to the nukie uplink, alongside ammo
* More fire armor tweaks
* GDN review
* Update code/modules/reagents/chemistry/reagents/pyrotechnic.dm
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/weapons/chemical_flamethrower/chemical_flamethrower.dm
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/weapons/chemical_flamethrower/chemical_flamethrower.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/weapons/chemical_flamethrower/fire_effect.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* TEMPORARY PUSH
* Adds inhands
* Update code/game/objects/items/weapons/chemical_flamethrower/chemical_flamethrower.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/objects/items/weapons/chemical_flamethrower/chemical_flamethrower.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Fixes inhands
* Makes air hot again
* Lewc review
* Audible messages and canister refilling
* Update code/game/objects/items/weapons/chemical_flamethrower/chemical_flamethrower.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: GDN <96800819+GDNgit@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: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
2024-09-05 23:12:56 +00:00
PopeDaveThe3th and GitHub
58c7fa9a0d
Fairly Sizable Fed Lore Drop ( #26600 )
...
* the fedening
* Federation -> TSF
* Update outfit_admin.dm
* Update outfit_admin.dm
* i forgor
* few more
2024-09-03 13:04:56 +00:00
Daniel Lenrd and GitHub
de1250ab42
Adds and Adjusts Loadout Items ( #26441 )
...
* Give Paramedic a medical beret
* Change path of Wardens' beret
* Give HOS and Warden loadout berets
* removes Barber from Service Armbands
* Gives Captain Procedure Armband
They are technically a Head of Procedure
* Gives Explorer Cargo Armband
* Gives Geneticist Research and Medical berets
* Gives Geneticist Research and Medical armbands
* Gives Virologist Medical armband
* Gives Detective Security beret
* Gives Shaft Miner Cargo beret
* Gives Explorer Cargo beret
* Gives Geneticist Research and Medical winter coats
* Gives CMO EMT armband
they can have EMT labcoat, they are trained professional, why not?
* Gives Geneticist Research and Medical bomber jackets
2024-09-03 13:02:33 +00:00
9ef47e7935
Enhances the Smoking Experience - Adds Many New Item Interactions for Cigarettes and Items Interacting With Them ( #25571 )
...
* Refactoring and other stuff.
* moar
* More smoking
* Update energy_melee_weapons.dm
* Update code/game/objects/items/robot/cyborg_gripper.dm
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Update cigs.dm
* Update cigs.dm
* Update cigs.dm
* Update code/game/objects/items/weapons/lighters.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@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 >
* eee
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* sigh
* Update cigs.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 >
* hell
* Update cigs.dm
* aa
* cool
* 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
* Update robot_upgrades.dm
* aa
* aaa
* suffering
* Soon
* Is it done!? Am I finally free!?
* 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
* Update
* No longer assume the cig is in a mouth
* Update tools.dm
* Update pronouns.dm
* 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
* Update robot_upgrades.dm
* 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
* Update robot_upgrades.dm
* update
* Attack animations for sword lighting!
* Update
* indentation
* Update cigs.dm
* minor refactor
* Update items.dm
* Update items.dm
* Update welder.dm
* Update energy_melee_weapons.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 >
* refactor
* Update items.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 >
* 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
* Update robot_upgrades.dm
* Update flamethrower.dm
* clipping
* Update legion_loot.dm
* anti attack check
* Fixes a zippo runtime
* Fixes evil runtime and stops unnecessary violence.
* 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 based on review
* Update cigs.dm
* Update energy_melee_weapons.dm
* 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 >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Update toys.dm
* Update energy_melee_weapons.dm
* Update legion_loot.dm
* Update code/game/objects/items/weapons/melee/energy_melee_weapons.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: Ryan <80364400+Sirryan2002@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 >
2024-09-03 13:02:13 +00:00
Adri and GitHub
c250682a04
Makes surgical trays able to hold surgical drapes ( #26462 )
2024-08-19 12:27:46 +00:00
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
Aylong and GitHub
d0be6edeb3
Fix missing icon for Stack Craft ( #26491 )
2024-08-17 23:33:51 +00:00
AffectedArc07 and GitHub
3a3768bac3
Using explosives at end round now gibs you ( #26465 )
...
* Using explosives at end round now gibs you
* More tweaks
* Tweaks
2024-08-17 22:24:21 +00:00
52db63784e
Adds 3 new light crates ( #26449 )
...
* adds 3 illumination crates
* adds more glowsticks to premium box
* Update code/game/objects/items/weapons/storage/boxes.dm
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
* Update code/game/objects/items/weapons/storage/boxes.dm
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
* Update code/game/objects/items/weapons/storage/boxes.dm
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
* Update code/game/objects/items/weapons/storage/boxes.dm
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
---------
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
2024-08-14 14:40:52 +00:00