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
+5 -1
View File
@@ -1,4 +1,4 @@
/obj/item/twohanded/required/golden_record
/obj/item/golden_record
name = "Golden Record"
desc = "A relic of the past, you don't know what lies inside, but you remember someone talking about it arriving in 250356 years"
icon = 'icons/obj/space/voyager.dmi'
@@ -12,6 +12,10 @@
resistance_flags = FIRE_PROOF | ACID_PROOF
origin_tech = "programming=6;biotech=6"
/obj/item/golden_record/Initialize(mapload)
. = ..()
AddComponent(/datum/component/two_handed, require_twohands = TRUE)
/turf/simulated/satellite
name = "satellite components storage"
desc = "There is plate covering inside storage, its wide and it have engraved 'Voyager' on it."