Update toolbox.dm

This commit is contained in:
kevinz000
2018-12-18 18:06:04 -08:00
committed by GitHub
parent 900da0624b
commit b079a5e8df
+2 -2
View File
@@ -89,9 +89,9 @@
if(proximity)
if(isobj(A))
var/obj/machinery/door/O = A
if(istype(O) && (O.damage_deflection >= 18)) //Eh fine. //This is a meme cast do not do what I did!
if(istype(O) && (O.damage_deflection >= 10)) //Eh fine. //This is a meme cast do not do what I did!
return
O.take_damage(20)
O.take_damage(13)
/obj/item/storage/toolbox/mechanical/old/heirloom/PopulateContents()
return