mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Flammable Items, Abstractness, and hypnosis (#19267)
* Laser Eyes * Update dna.dm * Mecha * Update positive_genes.dm * These * These 2 * yeh * Rest of these * Update turf.dm * Update food.dm * Some moar * mooove * Update vorestation.dme * Update burning.dm * firesuit * flags * HYPNOCOLOR * xd * no filter * dc * Update ore_bag.dm * Update misc.dm * Update misc.dm
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
name = DEVELOPER_WARNING_NAME
|
||||
desc = "An earring of some kind."
|
||||
icon = 'icons/inventory/ears/item.dmi'
|
||||
resistance_flags = FIRE_PROOF
|
||||
|
||||
/obj/item/clothing/ears/earring/stud
|
||||
name = "pearl stud earrings"
|
||||
@@ -17,6 +18,7 @@
|
||||
/obj/item/clothing/ears/earring/stud/wood
|
||||
name = "wood stud earrings"
|
||||
color = "#824b28"
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
/obj/item/clothing/ears/earring/stud/iron
|
||||
name = "iron stud earrings"
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
item_state_slots = list(slot_r_hand_str = "earmuffs", slot_l_hand_str = "earmuffs")
|
||||
slot_flags = SLOT_EARS | SLOT_TWOEARS
|
||||
ear_protection = 2
|
||||
resistance_flags = FIRE_PROOF
|
||||
|
||||
/obj/item/clothing/ears/earmuffs/headphones
|
||||
name = "headphones"
|
||||
@@ -48,6 +49,7 @@
|
||||
w_class = ITEMSIZE_TINY
|
||||
slot_flags = SLOT_EARS
|
||||
species_restricted = list(SPECIES_SKRELL)
|
||||
resistance_flags = FIRE_PROOF
|
||||
|
||||
/obj/item/clothing/ears/skrell/chain
|
||||
name = "Gold headtail chains"
|
||||
|
||||
Reference in New Issue
Block a user