mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
[TGUI] Noticeboard (#25095)
* [TGUI] NoticeBoard Well... that's... something? Little animation Update tgui.bundle.css Pretty laggy animations More design Revert inset shadow Polishing You can craft it now Wrap this shit RMB func * Polish * Review changes * Rebuild rebuild rebuild... * Rebuild TGUI * Unwrench it
This commit is contained in:
@@ -215,6 +215,7 @@ GLOBAL_LIST_INIT(wood_recipes, list(
|
||||
new /datum/stack_recipe("rake", /obj/item/cultivator/rake, 5, time = 1 SECONDS),
|
||||
new /datum/stack_recipe("wooden bucket", /obj/item/reagent_containers/glass/bucket/wooden, 3, time = 1 SECONDS),
|
||||
new /datum/stack_recipe("firebrand", /obj/item/match/firebrand, 2, time = 10 SECONDS),
|
||||
new /datum/stack_recipe("notice board", /obj/item/mounted/noticeboard, 5, time = 5 SECONDS),
|
||||
null,
|
||||
new /datum/stack_recipe("wood floor tile", /obj/item/stack/tile/wood, 1, 4, 20),
|
||||
new /datum/stack_recipe_list("wood structures", list(
|
||||
|
||||
Reference in New Issue
Block a user