mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Cargo Update: Cargo Supplypod Beacons! (#37345)
(THE CODEX ASTARTES CALLS THIS MANEUVER: STEEL RAIN) [New sprite!] * file the boy asdh beacon overlays first pass complete bring out the drinks boys fixes! fixes! whups fix name speed makes coffin a crate to prevent runtimes sprite fuckup:the musical whups more fixes why tf was screengen modified??? TO THE FILE devices changes things p[omf pomf uhg alright fuk it issue fix pt 1 in which i make merge conflicts my bitch by fixing devices.dmi and tgui.js oh shit forgot about the items repath hm nah merge conflict a then all ya gotta do is whip * shiv review me code reeeeeeeeeeeeeeee * rebase conflict * anturk * asdf * wooooeeeeeeh makin bacon * dont forget about lil old me * id like to give a shoutout, to my man spacemaniac. on the soul plane. rip in peice, my bugs. rip in peice * spacy man what is ur spacy plan * 1st * 2nd * organization also a thing * so i figured out why defines didnt work sometimes across files. this fixes the last issue rn * forgot to cop the commit * fuck how am i so stupid * adds comments and agrees with spacemaniac * asdfghjk
This commit is contained in:
committed by
Tad Hardesty
parent
729ad5578f
commit
32c8d0abc5
@@ -182,7 +182,7 @@ GLOBAL_LIST_INIT(wood_recipes, list ( \
|
||||
new/datum/stack_recipe("winged wooden chair", /obj/structure/chair/wood/wings, 3, time = 10, one_per_turf = TRUE, on_floor = TRUE), \
|
||||
new/datum/stack_recipe("wooden barricade", /obj/structure/barricade/wooden, 5, time = 50, one_per_turf = TRUE, on_floor = TRUE), \
|
||||
new/datum/stack_recipe("wooden door", /obj/structure/mineral_door/wood, 10, time = 20, one_per_turf = TRUE, on_floor = TRUE), \
|
||||
new/datum/stack_recipe("coffin", /obj/structure/closet/coffin, 5, time = 15, one_per_turf = TRUE, on_floor = TRUE), \
|
||||
new/datum/stack_recipe("coffin", /obj/structure/closet/crate/coffin, 5, time = 15, one_per_turf = TRUE, on_floor = TRUE), \
|
||||
new/datum/stack_recipe("book case", /obj/structure/bookcase, 4, time = 15, one_per_turf = TRUE, on_floor = TRUE), \
|
||||
new/datum/stack_recipe("drying rack", /obj/machinery/smartfridge/drying_rack, 10, time = 15, one_per_turf = TRUE, on_floor = TRUE), \
|
||||
new/datum/stack_recipe("dog bed", /obj/structure/bed/dogbed, 10, time = 10, one_per_turf = TRUE, on_floor = TRUE), \
|
||||
|
||||
Reference in New Issue
Block a user