mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fix pegleg bleeding issues.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user