From 31b0a52235f54f8fb518351a214ac7955f68b968 Mon Sep 17 00:00:00 2001 From: Mora <46364955+TrixxedHeart@users.noreply.github.com> Date: Tue, 21 Oct 2025 09:05:16 -0500 Subject: [PATCH] Changed Vox Head Marking Point Limit To 4 (#40542) * Fix vox head marking limit * Sets Vox head marking points 4 --------- Co-authored-by: TrixxedHeart <46364955+TrixxedBit@users.noreply.github.com> --- Resources/Prototypes/Species/vox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Species/vox.yml b/Resources/Prototypes/Species/vox.yml index d01db69e0d..b29709b0f2 100644 --- a/Resources/Prototypes/Species/vox.yml +++ b/Resources/Prototypes/Species/vox.yml @@ -46,7 +46,7 @@ points: 1 required: false Head: - points: 1 + points: 4 required: true Snout: points: 1 -- 2.51.2