mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[MDB Ignore]Suit DMI split p1: Mob icons (#68417)
Co-authored-by: TWAT <twaticus.tg@gmail.com>
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
if(63 to 64)
|
||||
new /obj/item/clothing/shoes/kindle_kicks(src)
|
||||
if(65 to 66)
|
||||
new /obj/item/clothing/suit/ianshirt(src)
|
||||
new /obj/item/clothing/suit/costume/ianshirt(src)
|
||||
new /obj/item/clothing/suit/hooded/ian_costume(src)
|
||||
if(67 to 68)
|
||||
new /obj/item/toy/plush/awakenedplushie(src)
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
name = "explorer suit"
|
||||
desc = "An armoured suit for exploring harsh environments."
|
||||
icon_state = "explorer"
|
||||
worn_icon = 'icons/mob/clothing/suits/utility.dmi'
|
||||
inhand_icon_state = "explorer"
|
||||
body_parts_covered = CHEST|GROIN|LEGS|ARMS
|
||||
cold_protection = CHEST|GROIN|LEGS|ARMS
|
||||
@@ -68,6 +69,9 @@
|
||||
. = ..()
|
||||
adjustmask()
|
||||
|
||||
/obj/item/clothing/suit/hooded/cloak
|
||||
worn_icon = 'icons/mob/clothing/suits/armor.dmi'
|
||||
|
||||
/obj/item/clothing/suit/hooded/cloak/goliath
|
||||
name = "goliath cloak"
|
||||
icon_state = "goliath_cloak"
|
||||
|
||||
@@ -449,9 +449,9 @@
|
||||
|
||||
/obj/item/shared_storage/red/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
|
||||
create_storage(max_total_storage = 15, max_slots = 21)
|
||||
|
||||
|
||||
new /obj/item/shared_storage/blue(drop_location(), src)
|
||||
|
||||
/obj/item/shared_storage/blue/Initialize(mapload, atom/master)
|
||||
@@ -594,6 +594,7 @@
|
||||
name = "berserker armor"
|
||||
desc = "Voices echo from the armor, driving the user insane. Is not space-proof."
|
||||
icon_state = "berserker"
|
||||
worn_icon = 'icons/mob/clothing/suits/armor.dmi'
|
||||
hoodtype = /obj/item/clothing/head/hooded/berserker
|
||||
armor = list(MELEE = 30, BULLET = 30, LASER = 10, ENERGY = 20, BOMB = 50, BIO = 0, FIRE = 100, ACID = 100)
|
||||
cold_protection = CHEST|GROIN|LEGS|FEET|ARMS|HANDS
|
||||
|
||||
Reference in New Issue
Block a user