Merge pull request #7415 from Kyep/glowshroom_wirecutter

Wirecutters destroy glowshrooms
This commit is contained in:
Fox McCloud
2017-06-09 15:13:55 -04:00
committed by GitHub
+2
View File
@@ -162,6 +162,8 @@
G.endurance -= damage_to_do
G.CheckEndurance()
return
else if(I.sharp)
damage_to_do = I.force * 3 // wirecutter: 6->18, knife 10->30, hatchet 12->36
if(I.damtype != STAMINA)
endurance -= damage_to_do
CheckEndurance()