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