Merge pull request #14142 from farie82/recycler-throw-immune

Gives the recycler a higher damage reflection to avoid it breaking from most trash
This commit is contained in:
AffectedArc07
2020-08-26 20:36:20 +01:00
committed by GitHub
+1 -2
View File
@@ -8,7 +8,7 @@
layer = MOB_LAYER+1 // Overhead
anchored = 1
density = 1
damage_deflection = 10
damage_deflection = 15
var/safety_mode = 0 // Temporarily stops machine if it detects a mob
var/icon_name = "grinder-o"
var/blood = 0
@@ -92,7 +92,6 @@
if(AM)
Bumped(AM)
/obj/machinery/recycler/Bumped(atom/movable/AM)
if(stat & (BROKEN|NOPOWER))