mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user