Revert Limb Transform (#1136)

Because we actually want to keep it. Even if BYOND is silly with its AA application.
This commit is contained in:
skull132
2016-11-08 00:18:42 +02:00
committed by GitHub
parent 3bd843f4fd
commit cd26e68d8a
2 changed files with 16 additions and 0 deletions
+4
View File
@@ -735,7 +735,11 @@ Note that amputating the affected organ does in fact remove the infection from t
switch(disintegrate)
if(DROPLIMB_EDGE)
// compile_icon() used to be here, but it's causing issues, so RIP.
add_blood(victim)
var/matrix/M = matrix()
M.Turn(rand(180))
src.transform = M
if(!clean)
//Throw limb around.
if(src && istype(loc,/turf))