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

Commit e18bc13

Browse files
authored
Makes goliath hide boat able to survive liquid plasma (#22789)
* Plasma boat * All in one boat, I guess
1 parent ba08a79 commit e18bc13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

code/modules/vehicles/lavaboat.dm

Lines changed: 3 additions & 2 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,6 +45,7 @@
4545
time = 5 SECONDS
4646
category = CAT_PRIMAL
4747

48+
4849
//Dragon Boat
4950

5051

0 commit comments

Comments
 (0)