the glooby update

very slimy!
This commit is contained in:
BongaTheProto
2023-01-10 03:36:39 -05:00
parent d6aa3acbd4
commit 7d5fbe0412
14 changed files with 46 additions and 3 deletions

View File

@@ -209,7 +209,8 @@ GLOBAL_LIST_INIT(backbaglist, list(DBACKPACK, DSATCHEL, DDUFFELBAG, //everything
"Grey Satchel" = /obj/item/storage/backpack/satchel,
"Grey Duffel Bag" = /obj/item/storage/backpack/duffelbag,
"Leather Satchel" = /obj/item/storage/backpack/satchel/leather,
"Snail Shell" = /obj/item/storage/backpack/snail))
"Snail Shell" = /obj/item/storage/backpack/snail,
"Sloog Shell" = /obj/item/storage/backpack/sloogshell))
//Suit/Skirt
#define PREF_SUIT "Jumpsuit"
@@ -378,7 +379,7 @@ GLOBAL_LIST_INIT(job_heirlooms, list(
GLOBAL_LIST_INIT(nongendered_limb_types, list("fly", "zombie" ,"synth", "shadow", "cultgolem", "agent", "plasmaman", "clockgolem", "clothgolem"))
//list of eye types, corresponding to a respective left and right icon state for the set of eyes
GLOBAL_LIST_INIT(eye_types, list("normal", "insect", "moth", "double", "double2", "double3", "spider", "cyclops", "third", "spectre", "shadekin"))
GLOBAL_LIST_INIT(eye_types, list("normal", "insect", "moth", "double", "double2", "double3", "spider", "cyclops", "third", "spectre", "shadekin", "none"))
//list linking bodypart bitflags to their actual names
GLOBAL_LIST_INIT(bodypart_names, list(num2text(HEAD) = "Head", num2text(CHEST) = "Chest", num2text(LEG_LEFT) = "Left Leg", num2text(LEG_RIGHT) = "Right Leg", num2text(ARM_LEFT) = "Left Arm", num2text(ARM_RIGHT) = "Right Arm"))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -9,3 +9,11 @@
new /obj/item/grenade/chem_grenade/teargas(src)
new /obj/item/grenade/chem_grenade/teargas(src)
new /obj/item/grenade/chem_grenade/teargas(src)
/obj/item/storage/backpack/sloogshell
name = "Sloog shell"
desc = "A large shell, belonging to probably a very large snail or slug... Wait... It can store things?"
icon = 'modular_splurt/icons/obj/storage.dmi'
icon_state = "sloog_backpack"
mob_overlay_icon = 'modular_splurt/icons/mob/clothing/64_back.dmi'
worn_x_dimension = 64

View File

@@ -88,7 +88,7 @@
name = "Purple Nail Polish"
path = /obj/item/nailpolish/purple
/datum/gear/backback/secbadge
/datum/gear/backpack/secbadge
name = "Security Badge"
path = /obj/item/clothing/accessory/badge
restricted_roles = list("Security Officer", "Warden", "Detective", "Head of Security")

View File

@@ -107,6 +107,12 @@
icon_state = "deoxys"
covered_limbs = list("Head" = MATRIX_ALL, "Chest" = MATRIX_ALL, "Left Leg" = MATRIX_RED_GREEN, "Right Leg" = MATRIX_RED_GREEN, "Left Arm" = MATRIX_RED_GREEN, "Right Arm" = MATRIX_RED_GREEN)
/datum/sprite_accessory/mam_body_markings/sloog
name = "Sloog"
icon = 'modular_splurt/icons/mob/mam_markings.dmi'
icon_state = "sloog"
covered_limbs = list("Chest" = MATRIX_RED_GREEN)
/******************************************
************* Insect Markings *************
*******************************************/

View File

@@ -41,3 +41,12 @@
name = "Alien Bobbers"
icon = 'modular_splurt/icons/mob/mutant_bodyparts.dmi'
icon_state = "alienbobbers"
/datum/sprite_accessory/horns/sloogbobbers
name = "Sloog Bobbers"
icon = 'modular_splurt/icons/mob/64_mutant_bodyparts.dmi'
icon_state = "sloogbobbers"
dimension_x = 64
center = TRUE
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN

View File

@@ -51,3 +51,11 @@
taur_mode = STYLE_PAW_TAURIC //it is what it is
hide_legs = USE_QUADRUPED_CLIP_MASK
matrixed_sections = MATRIX_RED_GREEN
/datum/sprite_accessory/taur/sloog
name = "Sloog"
icon_state = "sloog"
icon = 'modular_splurt/icons/mob/mam_taur.dmi'
taur_mode = STYLE_PAW_TAURIC
hide_legs = USE_QUADRUPED_CLIP_MASK
matrixed_sections = MATRIX_RED_GREEN

View File

@@ -226,3 +226,14 @@
icon_state = "deoxys"
icon = 'modular_splurt/icons/mob/mam_snouts.dmi'
matrixed_sections = MATRIX_ALL
/datum/sprite_accessory/snouts/mam_snouts/sloog
name = "Sloog"
icon_state = "sloog"
icon = 'modular_splurt/icons/mob/mam_snouts.dmi'
matrixed_sections = MATRIX_RED
/datum/sprite_accessory/snouts/mam_snouts/sloog/lips
name = "Sloog (lips)"
icon_state = "slooglips"
matrixed_sections = MATRIX_RED_GREEN

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 550 B

After

Width:  |  Height:  |  Size: 3.6 KiB