fix wrong drops on colored steel signs

This commit is contained in:
Vanessa Dannenberg 2019-09-11 15:20:14 -04:00
parent 5260af134e
commit c72e967673
2 changed files with 3 additions and 1 deletions

2
README
View File

@ -3,3 +3,5 @@ default wooden signs, to place either a wall sign, a yard sign, or a
hanging-from-ceiling sign, depending on where the user points.
Most items herein were originally part of signs_lib.
Requires signs_lib commit 4ff54c9a (2019-09-11) or later.

View File

@ -165,7 +165,7 @@ for _, onpole in ipairs({"", "_onpole"}) do
mesh = "signs_lib_standard_wall_sign_entity"..onpole..".obj",
yaw = signs_lib.standard_yaw
},
drop = "signs:sign_wall_steel_"..color[1]
drop = "basic_signs:sign_wall_steel_"..color[1]
})
table.insert(signs_lib.lbm_restore_nodes, "basic_signs:sign_wall_steel_"..color[1]..onpole)
table.insert(signs_lib.lbm_restore_nodes, "signs:sign_wall_"..color[1]..onpole)