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
Contrabang
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
32b97afbec
fixes some bad html ( #27481 )
2024-11-29 10:46:51 +00:00
Сиротка
422a48f85b
Port TG Resonator so this is not a trash anymore ( #27216 )
...
* Port TG Resonator so this is not a trash anymore
* fix defines
* Update kinetic_accelerator.dm
* yeah yeah linter i love you too
* Update paradise.dme
* fix for matrix
* Update code/modules/mining/equipment/resonator.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/modules/mining/equipment/resonator.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* remove useless signal
* Update code/modules/mining/equipment/resonator.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/modules/mining/equipment/resonator.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/modules/mining/equipment/resonator.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/modules/mining/equipment/resonator.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/modules/mining/equipment/resonator.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com >
* Update code/modules/mining/equipment/resonator.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: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
2024-11-28 15:28:06 +00:00
Toastical
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
Сиротка
c721210f45
[CLEAN] Remove 2 outdated lines from crusher code ( #27182 )
2024-11-16 06:29:28 +00:00
PollardTheDragon
f49b312661
New Space Ruin: Drakehound Skiff Wreck ( #27056 )
...
* Skiff
* Unathi_Breacher_Ruin
* Fixes illegal file warning
* Uses damage landmarks instead of burnt plating tiles
* Wall changes, decals, space ruin datum
* Rotated consoles, added small shelf of breaching tools
* Config change for map
* Undoes minor config change
* Removes deathsound
2024-11-14 17:58:08 +00:00
Contrabang
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
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
Henri215
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
warriorstar-orion
3715f9b0db
fix: mining charges work again for non-ore rock ( #27275 )
2024-11-03 22:39:40 +00:00
warriorstar-orion
7b19092795
refactor: Datumizes ore. ( #27043 )
...
* refactor: Datumizes ore.
* tiny fixes
* set script PR number
* Update code/datums/ores.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
* review comments
* qdel existing ore before set
* fix how gibtonite reaction count is calculated
* rename and unify return values for digging
---------
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
2024-11-03 13:36:04 +00:00
Qwertytoforty
dc7d24c28c
Adds the bluespace anchor cybernetic implant ( #26978 )
...
* Anchor? I hardly know her!
* biochip code my hated
* yeah that's fair
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@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: Luc <89928798+lewcc@users.noreply.github.com >
2024-10-25 18:20:45 +00:00
warriorstar-orion
9465b565b8
refactor/ci: enforce mapload in Initialize args ( #26878 )
...
* refactor/ci: enforce mapload in Initialize args
* add new missing mapload arg
* add yet another missing mapload arg
* Update code/modules/power/engines/singularity/particle_accelerator/particle.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 >
2024-10-23 19:07:46 +00:00
Aylong
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
DGamerL
0de5807260
Fixes inhands for fake artefacts ( #27074 )
2024-10-22 09:31:40 +00:00
Chap
c3d773402c
[REFACTOR] Remove the flying var, adds the flying trait. ( #26881 )
...
* Remove the flying var, adds the flying trait
* Remove flight when broomstick is unwielded
* Adds some comments
* tab indentation
* Fix carp flight
* Remove comment
---------
Co-authored-by: Adrer <adrermail@gmail.com >
2024-10-16 17:46:19 +00:00
Contrabang
c15a5bbf59
Fixes invisible signs on mining shelters ( #27073 )
2024-10-14 15:05:50 +00:00
Chap
b51cc0f31c
[PORT/FEATURE] Animated closet doors ( #26832 )
...
* Adds animated closets
* Remove unecessary icon states and fixes secure closets
* Actually fixes secure closets
* Please our linting overlords.
* Fixes non-crate subtypes
* Update code/game/objects/structures/crates_lockers/closets.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Chap <erwin@lombok.demon.nl >
* Moved legacy closet icons to seperate file
* Remove some unused variables
* GC
* Moved to proper destroy
* It's good when code compiles
---------
Signed-off-by: Chap <erwin@lombok.demon.nl >
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
2024-10-14 14:05:16 +00:00
Сиротка
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
Qwertytoforty
e118716f16
HAUUUUUUUUGH ( #26959 )
2024-10-02 00:03:27 +00:00
Contrabang
ee6f73973e
Fixes problems with multiple sources of alpha on humans ( #25884 )
...
* lets gooooo
* this too
* comments
* update code
* im so good
* tested, it works now
* Update code/game/dna/mutations/mutation_powers.dm
Co-authored-by: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com >
Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
---------
Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com >
2024-09-26 18:06:44 +00:00
Kano
1896ed9fd8
Tweaks Derelict Facility ruin loot and adds a new item ( #26517 )
...
* part 1
* no you don't
* Update code/modules/mining/equipment/wormhole_jaunter.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Kano <89972582+kano-dot@users.noreply.github.com >
* Update code/game/objects/items/devices/radio/beacon.dm
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: Kano <89972582+kano-dot@users.noreply.github.com >
* Update code/modules/awaymissions/mission_code/ruins/deepstorage.dm
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: Kano <89972582+kano-dot@users.noreply.github.com >
* spawner update
* Update code/modules/mining/equipment/wormhole_jaunter.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Kano <89972582+kano-dot@users.noreply.github.com >
* Update code/modules/mining/equipment/wormhole_jaunter.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Kano <89972582+kano-dot@users.noreply.github.com >
* Update code/modules/mining/equipment/wormhole_jaunter.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Kano <89972582+kano-dot@users.noreply.github.com >
* Update code/modules/mining/equipment/wormhole_jaunter.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Kano <89972582+kano-dot@users.noreply.github.com >
* Forgotten main reward
* many things were forgotten
---------
Signed-off-by: Kano <89972582+kano-dot@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: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
2024-09-26 10:04:41 +00:00
warriorstar-orion
89fd8c6454
refactor: ore bag pickup ( #26699 )
2024-09-18 16:56:33 +00:00
XFirebirdX
4f6641c8ae
Update hierophant_loot.dm ( #26634 )
2024-09-11 17:28:50 +00:00
MLGTASTICa
20d225809b
The mech crusher module ( #26550 )
...
* E
* forgor this
* forgor this thing too
* add icons
* Update work_tools.dm
Signed-off-by: MLGTASTICa <61350382+MLGTASTICa@users.noreply.github.com >
* Update code/modules/research/designs/mechfabricator_designs.dm
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: MLGTASTICa <61350382+MLGTASTICa@users.noreply.github.com >
* Update code/game/mecha/equipment/tools/work_tools.dm
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: MLGTASTICa <61350382+MLGTASTICa@users.noreply.github.com >
* my beloved , gone.
* misinput!!!
* Update code/game/mecha/equipment/tools/work_tools.dm
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: MLGTASTICa <61350382+MLGTASTICa@users.noreply.github.com >
* Review compliance
---------
Signed-off-by: MLGTASTICa <61350382+MLGTASTICa@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
2024-09-09 23:41:51 +00:00
Сиротка
4e2b517298
Fixing syndicate tech on mining charges ( #26639 )
2024-09-03 13:17:06 +00:00
CRUNCH
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
chuga-git
bef66785ce
Makes various things return qdel hints on initialization ( #26607 )
...
* makes apcs destroy properly with a null area
* starts cleanup of initialize failures and hint returns
* Revert "makes apcs destroy properly with a null area"
This reverts commit 9a9175cd37 .
* narsie returns qdel hint now
* make lightgeists clean up hud on destroy
* use the proper hud removal proc, but this still fails somehow. god help me.
* missed one
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@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: Luc <89928798+lewcc@users.noreply.github.com >
2024-08-28 23:57:15 +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
Kenionatus
777910d6d2
replace magic numbers related to emp and explosion severity with defines ( #26495 )
...
replace even more magic emp and ex numbers
2024-08-18 03:11:22 +00:00
Arthri
494704e323
Set Ore Redemption Machines to use Low Priority Messages ( #26444 )
...
* Refactor createMessage out of message server
* Change radio message
* Add reminder
* Fix linting errors
* Fix more linting errors
* Update priorities
* Add low priority icon
* Lower indent
* Fix switch statement
* Add low priority icon
* No reminders for low priority messages
* Update priorities in frontend
* Build and update /tg/ui
* Fix typo
* Clarify purpose of return
* [ci skip]
* Build and update /tg/ui
* [ci skip]
* Build and update /tg/ui
---------
Co-authored-by: Arthri <41360489+a@users.noreply.github.com >
Co-authored-by: /tg/ui Builder <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-17 15:31:33 +00:00
Burzah
c434f08f4f
Replaces info class with notice and purges info ( #26421 )
2024-08-13 09:46:58 +00:00
chuga-git
5ad66a3d55
\ref -> UID ( #26410 )
2024-08-06 20:41:58 +00:00
Luc
495afc5e60
Moves almost all wrench checks in attackby to wrench_act() ( #25687 )
...
* wrench a bunch of acts
* atmospherics
* some last few things
* last iswrench changes for anything that isn't construction
* Update code/game/machinery/pipe/pipe_construction.dm
Co-authored-by: DGamerL <108773801+DGamerL@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 >
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
* thank you dgamer
* oopsie daisy
* tests and addresses some introduced bugs
* proper testing
* proper ci
* Update code/game/objects/structures/fluff.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
* Update code/game/objects/structures/fluff.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
* thank you burza 🙏
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: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/modules/recycling/disposal-construction.dm
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: Luc <89928798+lewcc@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 >
2024-07-30 13:51:00 +00:00
DGamerL
b497e4c925
Removes a lot of redefined procs ( #26186 )
...
* aaaaaaaaaaaaaaa
* Forgor
* Adds missing /proc/
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
2024-07-30 13:19:32 +00:00
Spaghetti-bit
cbeedfca9f
Parrying Refactor, Adding Parrying to Select Two-handed Weapons: Parry This You Filthy Casual! ( #26043 )
...
* Refactors parrying and how parrying is handled. Also gives most of the melee wizard weapons parrying as well as most two handed weapons.
* Forgor the blood spear :)
* Renames `special_parry_condition` to `requires_two_hands`
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Spaghetti-bit <yumyumkillkill@gmail.com >
* Update code/datums/components/parry.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Spaghetti-bit <yumyumkillkill@gmail.com >
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Spaghetti-bit <yumyumkillkill@gmail.com >
* applies suggestion from @lewcc
* Removes the two handed requirement from cult spear as per @Qwerty's request
* Apply suggestions from code review (1/2) from hal
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
Signed-off-by: Spaghetti-bit <yumyumkillkill@gmail.com >
* Apply suggestions from code review (2/2)
* ...accidentally removed an icon in `energy_melee_weapons.dm` when I deconflicted stuff. 💀 ready for review.
* Again, variable added back during deconflict. issues resolved.
* Update code/game/objects/items/weapons/shields.dm
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: Spaghetti-bit <yumyumkillkill@gmail.com >
Signed-off-by: DGamerL <108773801+DGamerL@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: Charlie <69320440+hal9000PR@users.noreply.github.com >
2024-07-30 12:33:02 +00:00
DGamerL
098b13bb33
Removes the empty type of /snacks ( #26010 )
...
* Aaaaa it works
* Add updatepaths
* Add unsaved files
* MATTTTT
* Fixes casino
* Fix
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
2024-07-29 14:46:04 +00:00
CRUNCH
a8c9e14c9a
Refactors the Attackby Proc of 40 Machines (Mostly Concerning the RPED) and RPED Afterattack ( #26257 )
...
* Refactor wooo!
* 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 >
---------
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
2024-07-26 14:30:05 +00:00
Qwertytoforty
26f28cb7e7
A new space ruin, the telecommunications satellite? [100% done, ready for final review] ( #25820 )
...
* THE WORK, IT GOES AND SO IT GOES
* darker yet darker
* more changes
* Almost done, let's post the pr and have some dev people test it out.
* update comment
* small change
* pushing , then we address changes
* Apply suggestions from code review
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* more progress
* final bar lines
* aditional tweaks
* Update telecomns_returns.dmm
* Update code/modules/awaymissions/mission_code/ruins/telecomns.dm
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* sirian changes
* emp weakness, light changes
* no runtimes, shoot borgs
* sorry for all the commits just update to master thanks
* Update code/modules/awaymissions/mission_code/ruins/telecomns.dm
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* fixes
* fixes pathing. Voices
* removes always spawn
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* more changes
* requested string change
* Update code/modules/awaymissions/mission_code/ruins/telecomns.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* lewcs final changes
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@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: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
2024-07-25 18:26:14 +00:00
Qwertytoforty
e4ed1b1db3
Radiation fixes. ( #26113 )
2024-07-25 17:15:12 +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
DGamerL
4cf6595d12
Makes all playsounds use bools for vary ( #26183 )
...
* Makes all playsounds use `TRUE` for vary
* Same but for `FALSE`
2024-07-08 23:54:38 +00:00
SchrodingersWolf
fba88fb9b5
Adds the Everfull Mug ito tendril loot and also the wizard space ruins ( #25924 )
...
* Chaplains in shambles
* Applies suggestion from Sirryan
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: SchrodingersWolf <108938550+SchrodingersWolf@users.noreply.github.com >
* Replaces Inferno clusterbang with Everfull
* Removes unnecessary whitespace
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: SchrodingersWolf <108938550+SchrodingersWolf@users.noreply.github.com >
---------
Signed-off-by: SchrodingersWolf <108938550+SchrodingersWolf@users.noreply.github.com >
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
2024-07-01 18:55:44 +00:00
Gaxeer
32e46c02aa
refactor: rename action button appearance related variables and procs to be clearer ( #25658 )
...
* refactor: make action appearance creation more straightforward
* some adjustments
* fix: adjust action icons to refactor
2024-07-01 02:29:31 +00:00
chuga-git
a423a008e8
Refactors preparePixelProjectile ( #25567 )
...
* preparePixelProjectile now just takes a target and source atom as parameters
* remove commented out code
* ahem
* hopefully fixes null target nonsense in colossus
* those who cannot remember the past are condemned to repeat It
* i just woke up in a cold sweat at 5am in realization
* reverts back to client-view based firing if source is a mob
2024-06-28 18:12:42 +00:00
Qwertytoforty
4931d9fded
fixes hoverboards from mining giving the wrong item ( #26047 )
2024-06-26 15:12:18 +00:00
Qwertytoforty
f6b8d87e78
Adds sscooters and skateboards [serious pr do not close after AFD] ( #24934 )
...
* WORLD WIDE NOISE
* Makes it pass CI, tweaks values, glass table hoverboard, and railing grinding
* grind on pipes
* https://youtu.be/cTiM1MJ1o7c?feature=shared
* https://youtu.be/Jc6CHI9f6cM?feature=shared
* temporary change for icon conflicts (hopefully)
* 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: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* The rest of the fun loving owl
* missed this one
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* changes
* Apply suggestions from code review
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* Update code/modules/vehicle/tg_vehicles/tg_vehicles.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* I love stealth conflicts!
* purge lines
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* Update tg_vehicles.dm
* works works works
* Update code/modules/vehicle/tg_vehicles/tg_vehicles.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: Henri215 <77684085+Henri215@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
2024-06-25 21:38:40 +00:00
Pedro
b737bbd28b
Processing_unit is no longer dense - Fixes #25966 ( #25986 )
...
* Processing_unit is no longer dense - Fixes #25966
* Changed density on definition
* Removes var edit, oops
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: Pedro <79126660+LetXxx@users.noreply.github.com >
---------
Signed-off-by: Pedro <79126660+LetXxx@users.noreply.github.com >
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
2024-06-22 22:45:21 +00:00
Taurtura
068a9658b8
Kinetic crusher description fix ( #25909 )
...
* fixes abductor toolset and surgical implants
* no more visual overload
* DGamer's review + fix contraction
2024-06-22 22:43:14 +00:00