Fix pegleg bleeding issues.

This commit is contained in:
Rob Nelson
2013-10-03 01:30:55 -07:00
parent 5142fb3bb1
commit 3fd848e493
6 changed files with 33 additions and 4 deletions

View File

@@ -17,6 +17,8 @@
return 0
if (affected.status & ORGAN_ROBOT)
return 0
if (affected.status & ORGAN_PEG)
return 0
return 1
/datum/surgery_step/generic/cut_open