Ports Wendigo parts! (#4565)
## About The Pull Request Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-tg/pull/480 Sprites were made by the original PR author, Maggotbait <img width="627" height="227" alt="image" src="https://github.com/user-attachments/assets/76ff9a22-0ded-40d2-b100-ef9043d1a5a6" /> ## Why It's Good For The Game More good-looking customization options, just in time for Halloween (or about two months early). ## Proof Of Testing See the attached video. <details> <summary>Screenshots/Videos</summary> https://github.com/user-attachments/assets/5c67b902-8789-4d59-a685-2b889308745c </details> ## Changelog 🆑 add: Added the cryptid horns, fluff, snout, and markings from S.P.L.U.R.T /🆑 --------- Co-authored-by: LT3 <83487515+lessthnthree@users.noreply.github.com>
@@ -111,3 +111,7 @@
|
||||
/datum/sprite_accessory/horns/bubber/brimstone //End of sprites by thgvr
|
||||
name = "Brimstone"
|
||||
icon_state = "brimstone"
|
||||
|
||||
/datum/sprite_accessory/horns/bubber/big/cryptid /// Sprite by Maggotbait of Splurt
|
||||
name = "Cryptid Antlers"
|
||||
icon_state = "cryptid"
|
||||
|
||||
@@ -54,3 +54,9 @@
|
||||
name = "Synthetic Moth"
|
||||
icon = 'modular_zubbers/icons/customization/snouts.dmi'
|
||||
icon_state = "synthmoth"
|
||||
|
||||
/datum/sprite_accessory/snouts/mammal/cryptid /// Sprite by Maggotbait of Splurt
|
||||
name = "Cryptid skull"
|
||||
icon = 'modular_zubbers/icons/customization/snouts.dmi'
|
||||
icon_state = "cryptid"
|
||||
organ_type = /obj/item/organ/snout/top_adj
|
||||
|
||||
@@ -242,3 +242,15 @@
|
||||
name = "Human Skintone"
|
||||
icon_state = "skintone"
|
||||
affected_bodyparts = HEAD | CHEST | ARM_LEFT | ARM_RIGHT | HAND_LEFT | HAND_RIGHT | LEG_RIGHT | LEG_LEFT
|
||||
|
||||
/datum/body_marking/bubber/cryptid /// Sprite by Maggotbait of Splurt
|
||||
name = "Cryptid Ribs"
|
||||
icon_state = "cryptid"
|
||||
default_color = DEFAULT_SECONDARY
|
||||
affected_bodyparts = CHEST
|
||||
|
||||
/datum/body_marking/bubber/cryptidfluff /// Sprite by Maggotbait of Splurt
|
||||
name = "Cryptid Fur"
|
||||
icon_state = "cryptid_marking"
|
||||
default_color = DEFAULT_SECONDARY
|
||||
affected_bodyparts = CHEST | ARM_LEFT | ARM_RIGHT | HAND_LEFT | HAND_RIGHT
|
||||
|
||||
@@ -3,3 +3,9 @@
|
||||
name = "Owl fluff"
|
||||
icon_state = "owl"
|
||||
default_color = DEFAULT_TERTIARY
|
||||
|
||||
/datum/sprite_accessory/fluff/moth/cryptid /// Sprite by Maggotbait of Splurt
|
||||
icon = 'modular_zubbers/icons/customization/fluff.dmi'
|
||||
name = "Cryptid Neck Fur"
|
||||
icon_state = "cryptid"
|
||||
default_color = DEFAULT_TERTIARY
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 5.8 KiB |