mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user