Pimp my drip (#21527)

* first changes, lest see bugs

* fix

* minor sprite fixes

* Update code/modules/clothing/suits/misc_suits.dm

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

* update

* mhm

---------

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
McRamon
2023-07-31 19:12:26 +01:00
committed by GitHub
co-authored by S34N
parent 9186b7d421
commit fce54deb01
9 changed files with 23 additions and 6 deletions
+11
View File
@@ -386,6 +386,17 @@
sprite_sheets = list("Vox" = 'icons/mob/clothing/species/vox/head.dmi')
/obj/item/clothing/suit/pimpcoat
name = "expensive coat"
desc = "Very fluffy pink coat, made out of very expensive fur (clearly)."
icon_state = "pimpcoat"
item_state = "pimpcoat"
blood_overlay_type = "armor"
body_parts_covered = UPPER_TORSO|ARMS|LOWER_TORSO
allowed = list(/obj/item/tank/internals/emergency_oxygen)
cold_protection = UPPER_TORSO | LOWER_TORSO | ARMS
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
/obj/item/clothing/suit/furcoat
name = "fur coat"
desc = "A trenchcoat made from fur. You could put an oxygen tank in one of the pockets."
@@ -351,6 +351,12 @@
containername = "flags crate"
contraband = TRUE
/datum/supply_packs/misc/pimpcoat
name = "Very Expensive Coat for Rich People"
contains = list(/obj/item/clothing/suit/pimpcoat)
cost = 1000
containername = "expensive coat crate"
/datum/supply_packs/misc/formalwear //This is a very classy crate.
name = "Formal Wear Crate"
contains = list(/obj/item/clothing/under/dress/blacktango,