mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
11 lines
551 B
Plaintext
11 lines
551 B
Plaintext
// Slightly improved version of the normal RCD, mostly as an engineering 'I got hella bread' purchase
|
|
/obj/item/construction/rcd/improved
|
|
name = "Improved RCD"
|
|
desc = "A device used to rapidly build and deconstruct. Upgraded from the standard model with superior material storage, at the cost of build speed. Reload with iron, plasteel, glass or compressed matter cartridges."
|
|
icon_state = "ircd"
|
|
inhand_icon_state = "ircd"
|
|
max_matter = 220
|
|
matter = 220
|
|
delay_mod = 1.3
|
|
construction_upgrades = RCD_UPGRADE_FRAMES | RCD_UPGRADE_SIMPLE_CIRCUITS
|