Merge pull request #5287 from VOREStation/pol-smite

Adds 'Smite' verb and pray button
This commit is contained in:
Anewbe
2018-05-24 14:53:16 -05:00
committed by GitHub
7 changed files with 106 additions and 34 deletions

View File

@@ -1046,6 +1046,8 @@ Note that amputating the affected organ does in fact remove the infection from t
var/obj/item/clothing/suit/space/suit = owner.wear_suit
suit.handle_fracture(owner, src)
return 1
/obj/item/organ/external/proc/mend_fracture()
if(robotic >= ORGAN_ROBOT)
return 0 //ORGAN_BROKEN doesn't have the same meaning for robot limbs