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>
This commit is contained in:
Luc
2023-09-01 22:06:59 +01:00
committed by GitHub
co-authored by Contrabang
parent b678937acc
commit 327add6348
94 changed files with 1615 additions and 1286 deletions
+4 -4
View File
@@ -129,7 +129,7 @@
slowdown_active = 0.75
allowed_suit_storage = list(
/obj/item/rcd,
/obj/item/twohanded/fireaxe,
/obj/item/fireaxe,
)
skins = list(
"engineering" = list(
@@ -181,7 +181,7 @@
slowdown_active = 0.75
allowed_suit_storage = list(
/obj/item/rcd,
/obj/item/twohanded/fireaxe/,
/obj/item/fireaxe/,
/obj/item/rpd,
/obj/item/t_scanner,
/obj/item/analyzer
@@ -239,7 +239,7 @@
allowed_suit_storage = list(
/obj/item/analyzer,
/obj/item/rcd,
/obj/item/twohanded/fireaxe,
/obj/item/fireaxe,
/obj/item/melee/classic_baton/telescopic,
/obj/item/rpd,
/obj/item/t_scanner,
@@ -309,7 +309,7 @@
/obj/item/mining_scanner,
/obj/item/t_scanner/adv_mining_scanner,
/obj/item/pickaxe,
/obj/item/twohanded/kinetic_crusher,
/obj/item/kinetic_crusher,
/obj/item/stack/ore/plasma,
/obj/item/storage/bag/ore,
/obj/item/gun/energy/kinetic_accelerator,