mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #11050 from VOREStation/Arokha/rsf
Add RSF to autolathes
This commit is contained in:
committed by
Chompstation Bot
parent
796c58e062
commit
8faa3a57ce
@@ -59,3 +59,7 @@
|
|||||||
resources = list(MAT_PLASTIC = 5000, MAT_STEEL = 2000)
|
resources = list(MAT_PLASTIC = 5000, MAT_STEEL = 2000)
|
||||||
hidden = 1
|
hidden = 1
|
||||||
man_rating = 2
|
man_rating = 2
|
||||||
|
|
||||||
|
/datum/category_item/autolathe/tools/rsf
|
||||||
|
name = "rapid service fabricator"
|
||||||
|
path = /obj/item/weapon/rsf
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ RSF
|
|||||||
opacity = 0
|
opacity = 0
|
||||||
density = 0
|
density = 0
|
||||||
anchored = 0.0
|
anchored = 0.0
|
||||||
|
matter = list(DEFAULT_WALL_MATERIAL = 25000)
|
||||||
var/stored_matter = 30
|
var/stored_matter = 30
|
||||||
var/mode = 1
|
var/mode = 1
|
||||||
var/obj/item/weapon/reagent_containers/glasstype = /obj/item/weapon/reagent_containers/food/drinks/metaglass
|
var/obj/item/weapon/reagent_containers/glasstype = /obj/item/weapon/reagent_containers/food/drinks/metaglass
|
||||||
|
|||||||
Reference in New Issue
Block a user