mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 05:06:50 +01:00
Research QoL changes (#6042)
* Research QoL changes * Reverts changes relating to blanket print times and Protolathe storage * Actually changes the design print time. Why do you hate me github. * Fixes an enter key error caused by the editor. * Actually does all of the things I needed to do like a smart person Which apparently I am not. * Fixes a newline Because goddamn it the online editor hates me too.
This commit is contained in:
committed by
Mechoid
parent
ed13e9d748
commit
b9af45b2da
@@ -395,6 +395,21 @@
|
||||
display_contents_with_number = 1
|
||||
max_w_class = ITEMSIZE_NORMAL
|
||||
max_storage_space = 100
|
||||
|
||||
/obj/item/weapon/storage/part_replacer/adv
|
||||
name = "advanced rapid part exchange device"
|
||||
desc = "Special mechanical module made to store, sort, and apply standard machine parts. This one has a greatly upgraded storage capacity"
|
||||
icon_state = "RPED"
|
||||
w_class = ITEMSIZE_HUGE
|
||||
can_hold = list(/obj/item/weapon/stock_parts)
|
||||
storage_slots = 200
|
||||
use_to_pickup = 1
|
||||
allow_quick_gather = 1
|
||||
allow_quick_empty = 1
|
||||
collection_mode = 1
|
||||
display_contents_with_number = 1
|
||||
max_w_class = ITEMSIZE_NORMAL
|
||||
max_storage_space = 400
|
||||
|
||||
/obj/item/weapon/stock_parts
|
||||
name = "stock part"
|
||||
|
||||
Reference in New Issue
Block a user