Adjusts dullahan ninja, adds clown (#1945)

## About The Pull Request

Adjusts the Dullahan Ninja sprite and adds in a module for clown.

## Why It's Good For The Game

Ninja was lazyily done, still is but it's less obnoxious now imo. Clown
for missing module type for those weird people. (me).
## Proof Of Testing

![image](https://github.com/user-attachments/assets/163a9981-f89a-4ca5-9446-60ce47e6d8ed)

## Changelog

🆑
add: Dullahan Clown borg
change: Dullahan ninja borg
/🆑

Co-authored-by: projectkepler-RU <99981766+projectkepler-ru@users.noreply.github.com>
This commit is contained in:
Cecily-C-Catherine
2024-08-13 22:46:16 +00:00
committed by GitHub
co-authored by projectkepler-RU
parent 8af914d243
commit 837f38ba61
4 changed files with 7 additions and 0 deletions
@@ -4,6 +4,7 @@
#define CYBORG_ICON_CENTCOM_LARGE_BUBBER 'modular_zubbers/code/modules/borgs/sprites/largerobot_cc.dmi'
#define CYBORG_ICON_CLOWN_WIDE_BUBBER 'modular_zubbers/code/modules/borgs/sprites/widerobot_clown.dmi'
#define CYBORG_ICON_CLOWN_TALL_BUBBER 'modular_zubbers/code/modules/borgs/sprites/tallrobot_clown.dmi'
#define CYBORG_ICON_MED_WIDE_BUBBER 'modular_zubbers/code/modules/borgs/sprites/widerobot_med.dmi'
#define CYBORG_ICON_MED_TALL_BUBBER 'modular_zubbers/code/modules/borgs/sprites/tallrobot_med.dmi'
@@ -285,6 +285,12 @@
SKIN_ICON = CYBORG_ICON_CLOWN_WIDE_BUBBER,
SKIN_FEATURES = list(TRAIT_R_UNIQUEWRECK, TRAIT_R_WIDE),
),
"Dullahan" = list(
SKIN_ICON_STATE = "dullahanclown",
SKIN_ICON = CYBORG_ICON_CLOWN_TALL_BUBBER,
SKIN_FEATURES = list(TRAIT_R_UNIQUEWRECK, TRAIT_R_UNIQUETIP, TRAIT_R_TALL),
DULLAHAN_HAT_OFFSET
),
)
/obj/item/robot_model/standard/Initialize(mapload)
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB