mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +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:
@@ -240,6 +240,7 @@
|
||||
inhand_icon_state = "syringe_kit"
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
can_hold = list(/obj/item/inflatable)
|
||||
materials = list(MAT_METAL = 2000, MAT_GLASS = 500)
|
||||
|
||||
/obj/item/storage/briefcase/inflatable/populate_contents()
|
||||
new /obj/item/inflatable/door(src)
|
||||
|
||||
Reference in New Issue
Block a user