mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
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  ## 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:
co-authored by
projectkepler-RU
parent
8af914d243
commit
837f38ba61
@@ -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 |
Reference in New Issue
Block a user