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:
Cameron Lennox
2026-04-13 00:30:02 -04:00
committed by GitHub
parent ee2fd148ae
commit d8c1932cb9
145 changed files with 791 additions and 203 deletions
@@ -69,6 +69,7 @@
desc = "A Collectable Welding Helmet. Now with 80% less lead! Not for actual welding. Any welding done while wearing this Helmet is done so at the owner's own risk!"
icon_state = "welding"
body_parts_covered = HEAD|FACE|EYES
resistance_flags = FIRE_PROOF
/obj/item/clothing/head/collectable/slime
name = "collectable slime hat"
+1
View File
@@ -24,6 +24,7 @@
ear_protection = 1
drop_sound = 'sound/items/drop/helm.ogg'
pickup_sound = 'sound/items/pickup/helm.ogg'
resistance_flags = FIRE_PROOF
/obj/item/clothing/head/hardhat/orange
icon_state = "hardhat0_orange"
+1
View File
@@ -14,6 +14,7 @@
ear_protection = 1
drop_sound = 'sound/items/drop/helm.ogg'
pickup_sound = 'sound/items/pickup/helm.ogg'
resistance_flags = FIRE_PROOF
/obj/item/clothing/head/helmet/solgov
name = "\improper Solar Confederate Government helmet"
@@ -32,6 +32,7 @@
drop_sound = 'sound/items/drop/helm.ogg'
pickup_sound = 'sound/items/pickup/helm.ogg'
special_handling = TRUE
resistance_flags = FIRE_PROOF
/obj/item/clothing/head/welding/attack_self(mob/user)
. = ..(user)
@@ -20,6 +20,7 @@
var/list/images
var/list/raw_images
var/last_status
resistance_flags = FIRE_PROOF
/obj/item/clothing/head/pilot/Initialize(mapload)
. = ..()
@@ -10,6 +10,7 @@
w_class = ITEMSIZE_NORMAL
actions_types = list(/datum/action/item_action/toggle_visor)
special_handling = TRUE
resistance_flags = FIRE_PROOF
/obj/item/clothing/head/pilot_vr/attack_self(mob/user)
. = ..(user)