pos_marker, pos_marker_wall: default to 1 hp

This commit is contained in:
Starbeamrainbowlabs 2023-08-01 00:27:07 +01:00
parent 7be2fb125e
commit 125638a079
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,7 @@ local WEAPositionMarker = {
collisionbox = { -0.55, -0.55, -0.55, 0.55, 0.55, 0.55 },
physical = false,
collide_with_objects = false,
health = 0,
hp_max = 1,
textures = {
"worldeditadditions_core_bg.png",

View File

@ -22,7 +22,8 @@ local WEAPositionMarkerWall = {
-- ^^ { xmin, ymin, zmin, xmax, ymax, zmax } relative to obj pos
physical = false,
collide_with_objects = false,
hp_max = 1,
textures = {
"worldeditadditions_core_marker_wall.png",
"worldeditadditions_core_marker_wall.png",