mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 03:26:37 +01:00
Convert /material to /datum/material
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
move_delay = 3 // Rather slow, but still faster than swimming, and won't get you wet.
|
||||
max_buckled_mobs = 2
|
||||
anchored = FALSE
|
||||
var/material/material = null
|
||||
var/datum/material/material = null
|
||||
var/riding_datum_type = /datum/riding/boat/small
|
||||
|
||||
/obj/vehicle/boat/sifwood/New(newloc, material_name)
|
||||
@@ -43,7 +43,7 @@
|
||||
icon_state = "oar"
|
||||
item_state = "oar"
|
||||
force = 12
|
||||
var/material/material = null
|
||||
var/datum/material/material = null
|
||||
|
||||
/obj/item/weapon/oar/sifwood/New(newloc, material_name)
|
||||
..(newloc, MAT_SIFWOOD)
|
||||
|
||||
Reference in New Issue
Block a user