Skip to content

Commit

Permalink
Eh, sure. You win.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Aug 30, 2024
1 parent 74ae684 commit c6b2967
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/datums/components/crafting/recipes/misc.dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/datum/crafting_recipe/skateboard
name = "Skateboard"
result = /obj/vehicle/ridden/scooter/skateboard
time = 60
reqs = list(/obj/item/stack/sheet/metal = 5,
/obj/item/stack/rods = 10)
category = CAT_MISC

/datum/crafting_recipe/wheelchair
name = "Wheelchair"
result = /obj/vehicle/ridden/wheelchair
Expand Down

0 comments on commit c6b2967

Please sign in to comment.