Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 5481305

Browse files
committed
All in one boat, I guess
1 parent 4c013b6 commit 5481305

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

code/modules/vehicles/lavaboat.dm

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
/obj/vehicle/ridden/lavaboat
55
name = "lava boat"
6-
desc = "A boat used for traversing lava."
6+
desc = "A boat used for traversing lava and liquid plasma."
77
icon_state = "goliath_boat"
88
icon = 'icons/obj/lavaland/dragonboat.dmi'
9-
resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF
9+
resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF | FREEZE_PROOF
1010
can_buckle = TRUE
1111
legs_required = 0
1212
arms_required = 0
@@ -45,12 +45,6 @@
4545
time = 5 SECONDS
4646
category = CAT_PRIMAL
4747

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

5549
//Dragon Boat
5650

0 commit comments

Comments
 (0)