mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 01:54:25 +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:
@@ -73,6 +73,7 @@
|
||||
w_class = ITEMSIZE_SMALL
|
||||
throw_speed = 4
|
||||
throw_range = 5
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
/obj/item/disk
|
||||
name = "disk"
|
||||
@@ -86,6 +87,7 @@
|
||||
icon_state = "nucleardisk"
|
||||
item_state = "card-id"
|
||||
w_class = ITEMSIZE_SMALL
|
||||
resistance_flags = INDESTRUCTIBLE | FIRE_PROOF
|
||||
|
||||
/*
|
||||
/obj/item/game_kit
|
||||
@@ -109,6 +111,7 @@
|
||||
var/obj/item/gift = null
|
||||
item_state = "gift"
|
||||
w_class = ITEMSIZE_LARGE
|
||||
resistance_flags = FLAMMABLE
|
||||
|
||||
/*/obj/item/syndicate_uplink
|
||||
name = "station bounced radio"
|
||||
|
||||
Reference in New Issue
Block a user