mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Merge pull request #4467 from Neerti/12/29/2017_welding_fix
Fixes Welding
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
species_restricted = list("exclude","Diona")
|
||||
preserve_item = 1
|
||||
phoronproof = 1
|
||||
flash_protection = FLASH_PROTECTION_NONE
|
||||
flash_protection = FLASH_PROTECTION_MAJOR
|
||||
|
||||
var/obj/machinery/camera/camera
|
||||
var/list/camera_networks
|
||||
|
||||
@@ -715,8 +715,6 @@
|
||||
add_clothing_protection(glasses)
|
||||
if(istype(src.wear_mask, /obj/item/clothing/mask))
|
||||
add_clothing_protection(wear_mask)
|
||||
if(istype(back,/obj/item/weapon/rig))
|
||||
add_clothing_protection(back)
|
||||
|
||||
return flash_protection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user