mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
[MIRROR] Fix Missing Autolathe Floorpainter (#12626)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
27e94d4fc7
commit
0efeacf24f
@@ -1009,8 +1009,9 @@
|
||||
id = "floor_painter"
|
||||
materials = list(MAT_STEEL = 3000, MAT_GLASS = 500)
|
||||
build_path = /obj/item/floor_painter
|
||||
build_type = PROTOLATHE
|
||||
build_type = AUTOLATHE | PROTOLATHE
|
||||
category = list(
|
||||
RND_CATEGORY_INITIAL,
|
||||
RND_CATEGORY_TOOLS
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE | DEPARTMENT_BITFLAG_SERVICE
|
||||
|
||||
Reference in New Issue
Block a user