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
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
Aylong
c7887bffde
Sord missing icon fix ( #24829 )
2024-03-27 05:42:55 +00:00
Henri215
ec90b441ad
Moves weapons sprites out of items.dmi ( #24634 )
...
* Moves weapons sprites out of items.dmi
* lets revert this
* oversight from energy melee PR
2024-03-19 17:08:35 +00: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
Henri215
3288816b0c
claymore fix ( #24221 )
2024-02-19 14:48:59 +00:00
Henri215
6a109ade7f
Moves a few sprites out of items.dmi ( #23301 )
...
* fuck you items.dmi
* banhammer
2023-11-24 15:39:20 +00:00
SchrodingersWolf
e6addfc6ac
Belts and some select belt slot items no longer require a jumpsuit to wear ( #23038 )
...
* Why wear clothes when you can wear belts?
* Converted the ignore_under var into a flag
2023-11-04 16:37:01 -04: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
DGamerL
4c976a6e01
Splits up item_inhands.dmi ( #22584 )
...
* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
* Fixes jackhammer and glass shard
* Fixes toy Chainsaw
* Update code/game/objects/items/toys.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/game/objects/items/weapons/weaponry.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/antagonists/vampire/vampire_powers/hemomancer_powers.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Fixes edagger hopefully
* Henri review
* Oops
* First this gone, and now the pain
* Should all be fixed now
---------
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
2023-10-01 11:47:25 +01:00
DGamerL
702893d02b
Deletes the space worm ( #22251 )
...
* But every brave man wants to be wealthy
* even though it would mean losing thisgreattreasure
2023-09-06 22:19:58 +01:00
Luc
327add6348
Converts two-handedness/wielding to a component ( #21619 )
...
* initial checkin
* Add everything but maps
* update paths
* Patches some minor bugs across twohanded things
* remove a stowaway
* Update code/__DEFINES/dcs/signals.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
* Contra review
* Fix kc
* hopefully fix file perms
* Fix file perms
* revert line-endings
* uh?
* Trying once again to fix file formats
* henri review 1
* henri review 2
* update from master
* Removes override that breaks modsuits
* re-add reference
---------
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
2023-09-01 22:06:59 +01:00
Fridge Burns
a19e2fb130
fix the bat ( #21617 )
...
Add RANDOM_BLOCKER flag so the bat will deflect stuff
2023-07-10 11:10:53 +01:00
DGamerL
173bfb92f5
Removes bio resist from the code ( #21108 )
...
* BIO armor is kill
* some more stuff that uses bio resist
* I did a scuffed merge conflict solve but it works
2023-06-03 09:50:22 +01:00
Luc
9ba005de9f
Add themselves as a pronoun helper, fixes some usages of it ( #20184 )
...
* Add themselves helper
* Testing and replacing
* Fixes some non-standard usages
2023-01-20 19:28:48 -05:00
Charlie
421777b317
Reworks block chance into Parrying. ( #19334 )
...
* parry component
* converts block chance to parry components
* armour pen, katana fix, pickup fix
* melee parry fix
* removes perfect parries, tweaks armour pen calc
* SIGNAL_HANDLER
* fix
* resist fix
* reduces parry time out time, increases cooldown
* Apply suggestions from code review
Co-authored-by: Farie82 <farie82@users.noreply.github.com >
* fix
* cooldown rebalance
Co-authored-by: Farie82 <farie82@users.noreply.github.com >
2022-11-12 08:49:44 +01:00
Qwertytoforty
7d9213e0c2
Ports TG cursed katana to replace our cursed katana. ( #18757 )
...
* Ports TG cursed katana to replace our cursed katana.
* OH, IT'S JUST A SIMPLE NUMBERS GAME!
* More changes / additions / removals
* unneeded comments
* more things
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* Update code/__HELPERS/lists.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
* Update code/modules/mining/lavaland/necropolis_chests.dm
Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com >
* should have commited this too
Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com >
* Update code/game/gamemodes/wizard/spellbook.dm
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
* removes status, death signal, turf rename, return true
* sprites my hated
* Hal / steel requested changes
* built in
* quest 1/2
* Extra spacing / github instantly resolved status_effects and did not let me change it.
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com >
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
2022-09-07 13:36:29 +01:00
Adrer
d805668ccb
Makes the Katana Bulky ( #18338 )
...
* Makes the Katana Bulky
* Makes katana bulky
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com >
2022-07-13 21:18:30 +01:00
KalevTait
6a91840962
Code Readability - Weapons ( #18171 )
...
* weapons
* weapons
* prefer explicit time
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
* Don't have code on same line as control statement
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
2022-07-10 13:59:33 +01:00
DamianX
0766c6d236
Fixed thrownby hard del ( #17686 )
2022-05-16 22:48:42 +09:00
SabreML
1c3c2c22ad
Name Capitalisation Tweaks (Weapons) ( #16906 )
...
* Weapon names
* Assault rile
* More #coding_chat tweaks
Realistically changing the typepath here is out of the scope of this PR, but it's such a small change and I'm editing the item already so... probably not worth making an entire separate PR for.
* Missed these
2021-11-04 19:47:31 +01:00
Mieszko Jedrzejczak
559fa37756
add defines for damage flags
2021-08-20 21:09:21 +02:00
E-MonaRhg
97996dd4de
Just a singular letter letter addition ( #16556 )
2021-08-16 22:39:45 +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
Kyep
4a944658ad
[TGUI] Upgrades Bots ( #14871 )
...
* secbots, ED209s, cleanbots
* Apply suggestions from AA code review
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
* fluid buttons, Restore Safties
* pai rebuild
* deletes all spacing from data list
* katana needs_permit
* lava/storm/boneaxe needs_permit
* check s_store
Co-authored-by: Kyep <Kyep@users.noreply.github.com >
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
2020-11-27 09:56:02 +00:00
Kyep
7b78232276
Reworks Baseball Bat ( #14186 )
...
* Adjusts baseball bat
Co-authored-by: Kyep <Kyep@users.noreply.github.com >
2020-09-16 10:16:21 -04:00
mochi
b9e44c869e
Baton knockdown animation, refactor & doc
2020-08-03 22:38:16 +02:00
AffectedArc07
210f8badf4
Makes all global variables handled by the GLOB controller ( #13152 )
...
* Handlers converted, now to fix 3532 compile errors
* 3532 compile fixes later, got runtimes on startup
* Well the server loads now atleast
* Take 2
* Oops
2020-03-20 21:56:37 -06: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
20c4cf0a08
for-if-I-stand-I-stand-by-his-will-alone
2019-10-03 19:52:03 -04:00
Fox McCloud
af92373d33
though-this-world-may-be-broken
2019-09-15 05:53:43 -04:00
Fox McCloud
1bfb442d40
Merge remote-tracking branch 'upstream/master' into universal-damage
2019-09-14 21:15:31 -04:00
variableundefined
db211cfc54
Deconflict
2019-09-11 23:00:13 -04:00
Fox McCloud
f998cb74ad
then-we-shall-reforge-the-armor-from-what-remains
2019-09-10 07:03:05 -04:00
Fox McCloud
40428e47d9
Refactors Shards, Improved Light Replacer, Adds Plasmaspear
2019-09-10 03:08:44 -04:00
variableundefined
69537dd60c
Port TG hitby refactor and detonation of items by projectiles
2019-09-09 22:57:31 -04:00
Fox McCloud
6b8140d9ff
Fixes Baseball Bats Throwing Anchored Things
2019-08-29 20:58:53 -04:00
Couls
6d7ee9c934
use hit_reaction instead
2019-08-23 00:40:44 -04:00
Couls
bf161edfeb
grammar
2019-07-11 19:36:25 -04:00
Couls
a8a9e8e022
Baseball!
2019-07-10 21:12:35 -04:00
Fox McCloud
814e492a55
Suicide Refactor
2019-03-27 22:54:26 -04:00
Aurorablade
d3448cf287
Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into EXTERMINATUSPARTONE
2019-01-29 17:42:39 -05:00
Patrick Meade
b4641b7fdb
Some path normalization
2019-01-23 08:54:19 -06:00
Aurorablade
4fc35a68b1
Gonna have to clean some files after this.
2019-01-19 22:38:47 -05:00
Fox McCloud
8dcc35edd5
Fixes Home-Run Bat Charge
2018-06-18 16:48:12 -04:00
Tayyyyyyy
919bd7aaf2
Replace \his, \he, \him, \himself
2018-05-25 18:39:37 -07:00
Tayyyyyyy
aa9d658847
Them
2018-05-25 18:34:28 -07:00
Fox McCloud
8c7b543415
The Great Conflictening 2.0: Removes /obj/item/device
2018-04-25 23:07:35 -04:00
Fox McCloud
5c4aa9b3fd
Removes All Weapons
2018-04-15 16:25:56 -04:00
Fox-McCloud
e1cc7e1431
Merge remote-tracking branch 'upstream/master' into so-edgey
2017-07-01 20:17:16 -04:00