Merge pull request #10594 from mwerezak/embed-fix

Embedding and broken limb fixes
This commit is contained in:
GinjaNinja32
2015-08-13 04:52:20 +01:00
5 changed files with 39 additions and 31 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
var/joint = "joint" // Descriptive string used in dislocation.
var/amputation_point // Descriptive string used in amputation.
var/dislocated = 0 // If you target a joint, you can dislocate the limb, causing temporary damage to the organ.
var/can_grasp
var/can_grasp //It would be more appropriate if these two were named "affects_grasp" and "affects_stand" at this point
var/can_stand
/obj/item/organ/external/Destroy()