CRUNCH
da1ebd039d
Adds Materials to Every Autolathe and Protolathe Item (except for ammo boxes, IK mags, and Dart Boxes) ( #31445 )
...
* Holy fuck there's so much shit I'm not even done
* oh god there's so many
* it is done
* Update autolathe_designs.dm
* Update circuitboard.dm
2026-01-30 21:25:40 +00:00
kyunkyunkyun
b0463d3c83
Convert most spans to defines ( #31080 )
...
* spanish?
* aaaagain
* keep maptext
* Update robot_items.dm
* Update span_defines.dm
* compiles
* Update silicon_mob.dm
* compile
2025-12-13 23:55:48 +00:00
kyunkyunkyun
8821ab9a66
Updates a couple of /obj/item variables ( #29829 )
...
* compiles checkpoint
* fix some
* updatepaths
* fix
* rrr
* linters
* fiexs
* icon fixes
* plasmemes
* fix
* fix
* fix bit more
* fix
* well
* cleanup
* fix glasses layer
* conflict
* fuck gun code
* fixes
* fix
* fixes to energy guns
* review
* conflict
* support that 1 unathi pixel
* fix
2025-09-14 15:23:56 +00:00
Contrabang
1504ed98be
massive burndown ( #29894 )
2025-07-27 20:52:39 +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
CRUNCH
06f4662aa5
Resprites, renames, and redescribes aloe and comfrey poultices. Also adds sounds to the aloe poultice. ( #24396 )
...
* Update items.dmi
* Makes botany healing better
* New new sprites
* Made medical.dmi
Made medical.dmi, moved icons there, deleted them from items.dmi. Made sure that affected items pointed to the correct place.
* update
* h
* Update items.dmi
* These shouldn't be here
I don't know what these are or why these are here
* Update medical.dmi
2024-03-14 18:46:45 +00:00
Qwertytoforty
c398e4a617
Adds 2 cybernetic implants, makes emag_act return TRUE ( #23876 )
...
* Adds 2 cybernetic implants, makes emag_act return TRUE
* the rest of the fucking owl
* yeah that would do it
* remove this
* Apply suggestions from code review
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* request changes, scaling burn damage, 3 tile range, lowers tech level
* Apply suggestions from code review
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/game/objects/structures/crates_lockers/crates.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update scanners.dm
* Apply suggestions from code review
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* Lewcs good to them?
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* fuck me
* there are no message admins in ba-sing
---------
Co-authored-by: Henri215 <77684085+Henri215@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: Luc <89928798+lewcc@users.noreply.github.com >
2024-02-08 12:52:11 +00:00
HMBGERDO
ecc109915a
Stamina damage no longer bypass some checks ( #23447 )
...
* adjusting stamina damage no longer bypass some checks
* no illness changes
* i surrender on this, let it be
2024-02-04 21:15:20 +00:00
Luc
90fbfb8d0c
Fix shock sounds ( #20457 )
2023-02-27 11:01:32 -06:00
S34N
667dd5d4ac
515 Compatibility ( #19636 )
...
* 515 compat
* double spaces
* Callback documentation, aa review
* spacing
* NAMEOF_STATIC
* big beta
2022-11-08 23:08:40 +00:00
Viz
234a471cf9
Removes instant stuns from defibs, adds knockdown and stamina damage ( #18456 )
...
* fuck this
* initial and probably bad attempt at handheld defib
* let us give this an actual use
* it was bothering me
* i am a goofball sometimes
* i forgor
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
* charlie review 2
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
2022-07-20 21:47:39 +01:00
Mitchs98
2eae437689
unemps ur defib ( #18021 )
2022-06-22 00:55:59 -05: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
atteria
bcf90593ed
Improves belt item overlay code, Adds new belt item overlay sprites ( #17568 )
...
* belt-improvements-and-sprites
* fixes my fix of botany belt allowed contents
2022-04-12 15:57:21 +01:00
Fox McCloud
c73cc5aa68
Refactors Organ Shocking To Use Signals ( #15593 )
...
* Refactors Organ Shocking To Use Signals
* proper source
* hush you
2021-02-26 18:43:11 +00:00
Fox McCloud
de795c4e31
Radiation Refactor ( #15331 )
...
* First Commit
* visible radiation and engine goggles
* correction
* t-ray fix
* further adjustments and fixups
* gieger addition and cleaning fixup
* yet more fixes
* styling fixes
* fixes
* human glowing fix
* do the merge conflict avoidance dance
* Update supermatter.dm
* supermatter rads
* mapping in
* radiation doors
* yeah yeah line endings
* clean up
* styling issues
* showers
2021-01-24 22:03:13 +00: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
Darkmight9
da2fdc0c03
handheld
2019-10-04 20:10:28 -04:00
Fox McCloud
d0ea5ee8b9
Crit Rework Final Submission
2019-03-28 17:28:00 -04:00