Add shuttle chairs (and fix newlines on all maps)

This commit is contained in:
Mark van Alphen
2019-06-07 03:39:24 +02:00
parent 10ef2311ab
commit f56854292a
46 changed files with 10223 additions and 163426 deletions
@@ -31,6 +31,7 @@ var/global/list/datum/stack_recipe/metal_recipes = list(
)),
new /datum/stack_recipe_list("comfy chairs", list(
new /datum/stack_recipe("shuttle seat", /obj/structure/chair/comfy/shuttle, 2, one_per_turf = 1, on_floor = 1),
new /datum/stack_recipe("beige comfy chair", /obj/structure/chair/comfy/beige, 2, one_per_turf = 1, on_floor = 1),
new /datum/stack_recipe("black comfy chair", /obj/structure/chair/comfy/black, 2, one_per_turf = 1, on_floor = 1),
new /datum/stack_recipe("brown comfy chair", /obj/structure/chair/comfy/brown, 2, one_per_turf = 1, on_floor = 1),