[MIRROR] [MDB Ignore]Suit DMI split p1: Mob icons [MDB IGNORE] (#14963)

* [MDB Ignore]Suit DMI split p1: Mob icons

* [MDB Ignore]Suit DMI split p1: Mob icons

* [MDB Ignore]Suit DMI split p1: Mob icons

* wew

* wew

Co-authored-by: Twaticus <46540570+Twaticus@users.noreply.github.com>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-07-22 12:45:47 +00:00
committed by GitHub
co-authored by Twaticus Tom Gandalf
parent 4aa5c14e57
commit dfc1b9a4c0
114 changed files with 4571 additions and 4522 deletions
+1 -1
View File
@@ -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"
+3 -2
View File
@@ -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