mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 07:04:01 +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:
@@ -6,6 +6,7 @@
|
||||
drop_sound = 'sound/items/drop/glass.ogg'
|
||||
pickup_sound = 'sound/items/pickup/glass.ogg'
|
||||
coin_type = /obj/item/coin/phoron
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
/obj/item/stack/material/diamond
|
||||
name = MAT_DIAMOND
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
strict_color_stacking = TRUE
|
||||
drop_sound = 'sound/items/drop/leather.ogg'
|
||||
pickup_sound = 'sound/items/pickup/leather.ogg'
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
/obj/item/stack/material/cloth
|
||||
name = MAT_CLOTH
|
||||
@@ -19,6 +20,7 @@
|
||||
strict_color_stacking = TRUE
|
||||
drop_sound = 'sound/items/drop/clothing.ogg'
|
||||
pickup_sound = 'sound/items/pickup/clothing.ogg'
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
/obj/item/stack/material/cloth/diyaab
|
||||
color = "#c6ccf0"
|
||||
@@ -34,6 +36,7 @@
|
||||
strict_color_stacking = TRUE
|
||||
drop_sound = 'sound/items/drop/clothing.ogg'
|
||||
pickup_sound = 'sound/items/pickup/clothing.ogg'
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
/obj/item/stack/material/fiber
|
||||
name = "plant fiber"
|
||||
@@ -44,3 +47,4 @@
|
||||
apply_colour = TRUE
|
||||
drop_sound = 'sound/items/drop/clothing.ogg'
|
||||
pickup_sound = 'sound/items/pickup/clothing.ogg'
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
@@ -13,3 +13,4 @@
|
||||
strict_color_stacking = TRUE
|
||||
drop_sound = 'sound/items/drop/cardboardbox.ogg'
|
||||
pickup_sound = 'sound/items/pickup/cardboardbox.ogg'
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
Reference in New Issue
Block a user