Removes metal autoignition (#33504)

This commit is contained in:
west3436
2022-10-12 18:20:05 -04:00
committed by GitHub
parent e93099de0d
commit 529a5db1bb
67 changed files with 6 additions and 102 deletions

View File

@@ -27,7 +27,6 @@
var/has_lockless_type = null //The type this closet should be converted to if made no longer ID secured
var/is_wooden = null //used in dismantling cabinet-type closets
var/obj/item/weapon/circuitboard/airlock/electronics
autoignition_temperature = AUTOIGNITION_METAL
starting_materials = list(MAT_IRON = 2*CC_PER_SHEET_METAL)
w_type = RECYK_METAL

View File

@@ -11,7 +11,6 @@
req_access = null
opened = 0
flags = FPRINT
autoignition_temperature = AUTOIGNITION_METAL
// mouse_drag_pointer = MOUSE_ACTIVE_POINTER //???
var/rigged = 0
var/sound_effect_open = 'sound/machines/click.ogg'

View File

@@ -5,7 +5,6 @@
icon_state = "densecrate"
density = 1
flags = FPRINT
autoignition_temperature = AUTOIGNITION_METAL
/obj/structure/largecrate/attack_hand(mob/user as mob)
to_chat(user, "<span class='notice'>You need a crowbar to pry this open!</span>")