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))
@@ -0,0 +1,12 @@
author: Skull132
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- tweak: "Reverted the changes done to limb removal. They now flip again. Also no longer lose hair while doing so."