Skip to content

Commit

Permalink
Plasma boat
Browse files Browse the repository at this point in the history
  • Loading branch information
Oblisk234 committed Nov 3, 2024
1 parent 4830570 commit 4c013b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/modules/vehicles/lavaboat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
time = 5 SECONDS
category = CAT_PRIMAL

/datum/crafting_recipe/plasmaboat
name = "Polar Bear Hide Boat"
result = /obj/vehicle/ridden/lavaboat/plasma
reqs = list(/obj/item/stack/sheet/animalhide/goliath_hide/polar_bear_hide = 3)
time = 5 SECONDS
category = CAT_PRIMAL

//Dragon Boat


Expand Down

0 comments on commit 4c013b6

Please sign in to comment.