mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Allows inflatable barriers to be printed. (#30970)
* Update autolathe_designs.dm * Update code/modules/research/designs/autolathe_designs.dm Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com> Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> * commit inflation --------- Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Co-authored-by: Fordoxia <143041327+Fordoxia@users.noreply.github.com> Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com>
This commit is contained in:
@@ -793,6 +793,14 @@
|
||||
build_path = /obj/item/weldingtool/largetank/empty
|
||||
category = list("initial", "Tools")
|
||||
|
||||
/datum/design/inflatable_briefcase
|
||||
name = "Inflatable Barrier Box"
|
||||
id = "inflatable_briefcase"
|
||||
build_type = AUTOLATHE
|
||||
materials = list(MAT_METAL = 5000, MAT_GLASS = 1000)
|
||||
build_path = /obj/item/storage/briefcase/inflatable
|
||||
category = list("initial", "Construction")
|
||||
|
||||
/datum/design/rcd
|
||||
name = "Rapid Construction Device (RCD)"
|
||||
id = "rcd"
|
||||
|
||||
Reference in New Issue
Block a user